summaryrefslogtreecommitdiffstats
path: root/docs/gw/riemann.rst
blob: abb920f6abcbd433e5aec3dc90b847a6480c6e79 (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 a ``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