summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2017-12-28 13:01:37 +0100
committernicolargo <nicolas@nicolargo.com>2017-12-28 13:01:37 +0100
commit61357ba52662ed373e77c9835c07195df70b5d73 (patch)
treee8688cb98b4ff4bd19cc822b9da74e344d030aa6 /conf
parent13e4652bf11f8c1e13dfb397608c3eca1c3f4fc4 (diff)
Export module is now dynamic. Update doc
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf23
1 files changed, 12 insertions, 11 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 61ff58ed..466ed851 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -305,7 +305,7 @@ all=False
##############################################################################
[influxdb]
-# Configuration for the --export-influxdb option
+# Configuration for the --export influxdb option
# https://influxdb.com/
host=localhost
port=8086
@@ -325,7 +325,7 @@ prefix=localhost
#tags=system:`uname -s`
[cassandra]
-# Configuration for the --export-cassandra option
+# Configuration for the --export cassandra option
# Also works for the ScyllaDB
# https://influxdb.com/ or http://www.scylladb.com/
host=localhost
@@ -337,7 +337,7 @@ replication_factor=2
table=localhost
[opentsdb]
-# Configuration for the --export-opentsdb option
+# Configuration for the --export opentsdb option
# http://opentsdb.net/
host=localhost
port=4242
@@ -345,14 +345,14 @@ port=4242
#tags=foo:bar,spam:eggs
[statsd]
-# Configuration for the --export-statsd option
+# Configuration for the --export statsd option
# https://github.com/etsy/statsd
host=localhost
port=8125
#prefix=glances
[elasticsearch]
-# Configuration for the --export-elasticsearch option
+# Configuration for the --export elasticsearch option
# Data are available via the ES Restful API. ex: URL/<index>/cpu/system
# https://www.elastic.co
host=localhost
@@ -360,12 +360,13 @@ port=9200
index=glances
[riemann]
-# Configuration for the --export-riemann option
+# Configuration for the --export riemann option
# http://riemann.io
host=localhost
port=5555
[rabbitmq]
+# Configuration for the --export rabbitmq option
host=localhost
port=5672
user=guest
@@ -373,7 +374,7 @@ password=guest
queue=glances_queue
[couchdb]
-# Configuration for the --export-couchdb option
+# Configuration for the --export couchdb option
# https://www.couchdb.org
host=localhost
port=5984
@@ -383,7 +384,7 @@ db=glances
#password=root
[kafka]
-# Configuration for the --export-kafka option
+# Configuration for the --export kafka option
# http://kafka.apache.org/
host=localhost
port=9092
@@ -391,7 +392,7 @@ topic=glances
#compression=gzip
[zeromq]
-# Configuration for the --export-zeromq option
+# Configuration for the --export zeromq option
# http://www.zeromq.org
# Use * to bind on all interfaces
host=*
@@ -403,7 +404,7 @@ port=5678
prefix=G
[prometheus]
-# Configuration for the --export-prometheus option
+# Configuration for the --export prometheus option
# https://prometheus.io
# Create a Prometheus exporter listening on localhost:9091 (default configuration)
# Metric are exporter using the following name:
@@ -419,7 +420,7 @@ port=9091
prefix=glances
[restful]
-# Configuration for the --export-restful option
+# Configuration for the --export restful option
# Example, export to http://localhost:6789/
host=localhost
port=6789