mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +03:00
23 lines
386 B
ReStructuredText
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
|