summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2016-03-29 11:29:13 +0200
committerAlessio Sergi <al3hex@gmail.com>2016-03-29 11:29:13 +0200
commit8c5b74ed6a5d4d760f8f78e0f01d8ee26b3b52e6 (patch)
tree03341a8a7596064d319dbb4721280ac35dfc0118 /conf
parentee471b9dd72e88732ca17db15ef94e173db81ab2 (diff)
Fix some doc and comments
Add riemann to the index, otherwise it doesn't exist.
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 2ca4c4c0..d836cb66 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -218,14 +218,14 @@ port=4242
#tags=foo:bar,spam:eggs
[statsd]
-# Configuration file the --export-statsd option
+# Configuration for the --export-statsd option
# https://github.com/etsy/statsd
host=localhost
port=8125
#prefix=glances
[elasticsearch]
-# Configuration file 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
@@ -233,7 +233,7 @@ port=9200
index=glances
[riemann]
-# Configuration file for the --export-riemann option
+# Configuration for the --export-riemann option
# http://riemann.io
host=localhost
port=5555