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,