summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2016-07-05 14:42:10 +0200
committerNicolargo <nicolas@nicolargo.com>2016-07-05 14:42:10 +0200
commitd906873fda93e511f608f23b8719a91efb86786e (patch)
treeff4c1e29377a086741d5d961dab215c5eda66737 /docs
parenta902ddddd90eec979e43387573e8ed064a970766 (diff)
Update InfluxDB doc: use tsm1 engine (issue #883)
Diffstat (limited to 'docs')
-rw-r--r--docs/gw/influxdb.rst16
1 files changed, 4 insertions, 12 deletions
diff --git a/docs/gw/influxdb.rst b/docs/gw/influxdb.rst
index a232607b..faa47ff9 100644
--- a/docs/gw/influxdb.rst
+++ b/docs/gw/influxdb.rst
@@ -15,6 +15,7 @@ following:
user=root
password=root
db=glances
+ tags=foo:bar,spam:eggs
and run Glances with:
@@ -22,18 +23,9 @@ and run Glances with:
$ glances --export-influxdb
-InfluxDB 0.9 or higher also supports an optional ``tags`` configuration
-parameter specified as comma separated ``key:value`` pairs. For example:
-
-.. code-block:: ini
-
- [influxdb]
- host=localhost
- port=8086
- user=root
- password=root
- db=glances
- tags=foo:bar,spam:eggs
+Glances generates a lot of column (for example if you have many running Docker
+containers). You should use the *tsm1* engine in the InfluxDB configuration
+file (no limit on column number).
Grafana
-------