glances/docs/gw/opentsdb.rst
2016-03-06 19:16:37 +01:00

23 lines
386 B
ReStructuredText

.. _opentsdb:
OpenTSDB
========
You can export statistics to an ``OpenTSDB`` server (time series server).
The connection should be defined in the Glances configuration file as
following:
.. code-block:: ini
[opentsdb]
host=localhost
port=4242
prefix=glances
tags=foo:bar,spam:eggs
and run Glances with:
.. code-block:: console
$ glances --export-opentsdb