summaryrefslogtreecommitdiffstats
path: root/docs/gw/riemann.rst
blob: cff4f551ac104e3fb1999668a7b044175412293c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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