summaryrefslogtreecommitdiffstats
path: root/docs/gw/opentsdb.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gw/opentsdb.rst')
-rw-r--r--docs/gw/opentsdb.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/gw/opentsdb.rst b/docs/gw/opentsdb.rst
new file mode 100644
index 00000000..d0857b07
--- /dev/null
+++ b/docs/gw/opentsdb.rst
@@ -0,0 +1,22 @@
+.. _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