From ea474e2d80d42f67731268fec39ec34418c1311e Mon Sep 17 00:00:00 2001 From: nicolargo Date: Fri, 25 Mar 2016 22:08:30 +0100 Subject: [PATCH] Add default config for Riemann --- conf/glances.conf | 15 +++++++++++---- docs/gw/riemann.rst | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/conf/glances.conf b/conf/glances.conf index c486614f..8c8cfe0e 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -198,7 +198,7 @@ mem_critical=90 #default=defaultpassword [influxdb] -# Configuration file for the --export-influxdb option +# Configuration for the --export-influxdb option # https://influxdb.com/ host=localhost port=8086 @@ -209,7 +209,7 @@ prefix=localhost #tags=foo:bar,spam:eggs [opentsdb] -# Configuration file for the --export-opentsdb option +# Configuration for the --export-opentsdb option # http://opentsdb.net/ host=localhost port=4242 @@ -217,23 +217,30 @@ port=4242 #tags=foo:bar,spam:eggs [statsd] -# Configuration file for the --export-statsd option +# Configuration file the --export-statsd option # https://github.com/etsy/statsd host=localhost port=8125 #prefix=glances [elasticsearch] -# Configuration file for the --export-elasticsearch option +# Configuration file the --export-elasticsearch option # Data are available via the ES Restful API. ex: URL//cpu/system # https://www.elastic.co host=localhost port=9200 index=glances +[riemann] +# Configuration file for the --export-riemann option +# http://riemann.io +host=localhost +port=5555 + [rabbitmq] host=localhost port=5672 user=guest password=guest queue=glances_queue + diff --git a/docs/gw/riemann.rst b/docs/gw/riemann.rst index d620ca87..cff4f551 100644 --- a/docs/gw/riemann.rst +++ b/docs/gw/riemann.rst @@ -9,7 +9,7 @@ following: .. code-block:: ini - [rabbitmq] + [riemann] host=localhost port=5555