summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2014-12-31 17:36:48 +0100
committerNicolargo <nicolas@nicolargo.com>2014-12-31 17:36:48 +0100
commit8c34feff51dc2e513593fbe33bb469fcba16cd01 (patch)
tree138cb1dfa52689fce4b5a57b2a2db6d9a846d381
parent263bcda63f146f35390f44460ecdab49717eb8a4 (diff)
Update documentation
-rw-r--r--docs/glances-doc.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/glances-doc.rst b/docs/glances-doc.rst
index 9a056682..26c375d4 100644
--- a/docs/glances-doc.rst
+++ b/docs/glances-doc.rst
@@ -688,6 +688,8 @@ CSV file description:
You can export statistics to an InfluxDB server (time series server). The connection should be defined in the Glances configuration file as following:
+.. code-block::
+
[influxdb]
host=localhost
port=8086
@@ -705,6 +707,8 @@ and run Glances with:
You can export statistics to a Statsd server (welcome to Graphite !). The connection should be defined in the Glances configuration file as following:
+.. code-block::
+
[statsd]
host=localhost
port=8125
@@ -720,6 +724,8 @@ and run Glances with:
Glances will generate stats as:
+.. code-block::
+
'glances.cpu.user': 12.5,
'glances.cpu.total': 14.9,
'glances.load.cpucore': 4,