From 8c34feff51dc2e513593fbe33bb469fcba16cd01 Mon Sep 17 00:00:00 2001 From: Nicolargo Date: Wed, 31 Dec 2014 17:36:48 +0100 Subject: [PATCH] Update documentation --- docs/glances-doc.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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,