summaryrefslogtreecommitdiffstats
path: root/docs/cmds.rst
diff options
context:
space:
mode:
authorGergő Nagy <gnagy@aiss.hu>2016-03-25 11:06:25 +0100
committerGergő Nagy <gnagy@aiss.hu>2016-03-25 11:06:25 +0100
commit761036985a543b71f6d7ccfea28a74343965c954 (patch)
tree639c3c8d0cc963de9708ae79491c28bfea6719b1 /docs/cmds.rst
parenta583aeb8195f36483a07cf9c34dcb5cb8f5ab11f (diff)
exports: riemann export implemented and documented
This patch introduces a new export method for sending metrics to __Riemann__ server using _TCP_ protocol. The module can be enabled like all the other exports in __Glances__, specifying the `--export-riemann` option. Sending metrics to Riemann requires [bernhard](https://github.com/banjiewen/bernhard) that is the most popular _Riemann client_ written in python. In the configuration file you can only specify the `host` and `port` that riemann is listening for new connections on. Later new options are planned to be added like __SSL__ support and __UDP__. Documentation and manpages are refreshed according to the modifications in the config options and introducing the usage of Riemann export. Signed-off-by: Gergő Nagy <grigori.grant@gmail.com>
Diffstat (limited to 'docs/cmds.rst')
-rw-r--r--docs/cmds.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/cmds.rst b/docs/cmds.rst
index b473f066..cfd51115 100644
--- a/docs/cmds.rst
+++ b/docs/cmds.rst
@@ -139,6 +139,10 @@ Command-Line Options
export stats to RabbitMQ broker (pika lib needed)
+.. option:: --export-riemann
+
+ export stats to Riemann server (bernhard lib needed)
+
.. option:: --export-elasticsearch
export stats to an Elasticsearch server (elasticsearch lib needed)