mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-25 08:33:22 +03:00
Add default config for Riemann
This commit is contained in:
parent
a61ef9748e
commit
ea474e2d80
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user