summaryrefslogtreecommitdiffstats
path: root/conf/glances.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/glances.conf')
-rw-r--r--conf/glances.conf15
1 files changed, 11 insertions, 4 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/<index>/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
+