summaryrefslogtreecommitdiffstats
path: root/docs/gw/riemann.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gw/riemann.rst')
-rw-r--r--docs/gw/riemann.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/gw/riemann.rst b/docs/gw/riemann.rst
new file mode 100644
index 00000000..cff4f551
--- /dev/null
+++ b/docs/gw/riemann.rst
@@ -0,0 +1,20 @@
+.. _riemann:
+
+Riemann
+========
+
+You can export statistics to an ``Riemann`` server (using TCP protocol). The
+connection should be defined in the Glances configuration file as
+following:
+
+.. code-block:: ini
+
+ [riemann]
+ host=localhost
+ port=5555
+
+and run Glances with:
+
+.. code-block:: console
+
+ $ glances --export-riemann