mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-27 19:25:27 +03:00
Update documentation mentioning 0.9.x tags
This commit is contained in:
parent
d40f01e0ed
commit
8b74f42c85
@ -812,6 +812,20 @@ and run Glances with:
|
||||
|
||||
$ glances --export-influxdb
|
||||
|
||||
InfluxDB 0.9.x also supports an optional tags configuration parameter
|
||||
specified as comma separated, key:value pairs. For example:
|
||||
|
||||
.. code-block::
|
||||
|
||||
[influxdb]
|
||||
host=localhost
|
||||
port=8086
|
||||
user=root
|
||||
password=root
|
||||
db=glances
|
||||
tags=foo:bar,spam:eggs
|
||||
|
||||
|
||||
For Grafana users, Glances provides a dedicated `dashboard`_. Just import
|
||||
the file in your ``Grafana`` web interface.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user