提交 ea474e2d 编写于 作者: N nicolargo

Add default config for Riemann

上级 a61ef974
......@@ -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
......@@ -9,7 +9,7 @@ following:
.. code-block:: ini
[rabbitmq]
[riemann]
host=localhost
port=5555
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册