summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/glances-doc.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/glances-doc.rst b/docs/glances-doc.rst
index 44deb491..727f287c 100644
--- a/docs/glances-doc.rst
+++ b/docs/glances-doc.rst
@@ -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.