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
|
#default=defaultpassword
|
||||||
|
|
||||||
[influxdb]
|
[influxdb]
|
||||||
# Configuration file for the --export-influxdb option
|
# Configuration for the --export-influxdb option
|
||||||
# https://influxdb.com/
|
# https://influxdb.com/
|
||||||
host=localhost
|
host=localhost
|
||||||
port=8086
|
port=8086
|
||||||
@ -209,7 +209,7 @@ prefix=localhost
|
|||||||
#tags=foo:bar,spam:eggs
|
#tags=foo:bar,spam:eggs
|
||||||
|
|
||||||
[opentsdb]
|
[opentsdb]
|
||||||
# Configuration file for the --export-opentsdb option
|
# Configuration for the --export-opentsdb option
|
||||||
# http://opentsdb.net/
|
# http://opentsdb.net/
|
||||||
host=localhost
|
host=localhost
|
||||||
port=4242
|
port=4242
|
||||||
@ -217,23 +217,30 @@ port=4242
|
|||||||
#tags=foo:bar,spam:eggs
|
#tags=foo:bar,spam:eggs
|
||||||
|
|
||||||
[statsd]
|
[statsd]
|
||||||
# Configuration file for the --export-statsd option
|
# Configuration file the --export-statsd option
|
||||||
# https://github.com/etsy/statsd
|
# https://github.com/etsy/statsd
|
||||||
host=localhost
|
host=localhost
|
||||||
port=8125
|
port=8125
|
||||||
#prefix=glances
|
#prefix=glances
|
||||||
|
|
||||||
[elasticsearch]
|
[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
|
# Data are available via the ES Restful API. ex: URL/<index>/cpu/system
|
||||||
# https://www.elastic.co
|
# https://www.elastic.co
|
||||||
host=localhost
|
host=localhost
|
||||||
port=9200
|
port=9200
|
||||||
index=glances
|
index=glances
|
||||||
|
|
||||||
|
[riemann]
|
||||||
|
# Configuration file for the --export-riemann option
|
||||||
|
# http://riemann.io
|
||||||
|
host=localhost
|
||||||
|
port=5555
|
||||||
|
|
||||||
[rabbitmq]
|
[rabbitmq]
|
||||||
host=localhost
|
host=localhost
|
||||||
port=5672
|
port=5672
|
||||||
user=guest
|
user=guest
|
||||||
password=guest
|
password=guest
|
||||||
queue=glances_queue
|
queue=glances_queue
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ following:
|
|||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[rabbitmq]
|
[riemann]
|
||||||
host=localhost
|
host=localhost
|
||||||
port=5555
|
port=5555
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user