Commit Graph

12 Commits (bca87848045776d03c1e98ba4af116ff4ce28581)

Author SHA1 Message Date
Nicolargo a0b05348cd version 2.8.1 2017-02-06 18:12:58 +01:00
nicolargo 1149608a97 Update docs for ZeroMQ export module 2016-10-15 19:16:24 +02:00
nicolargo 2b0d33889a ZeroMQ plugin is now compatible with Python3 2016-10-15 15:57:44 +02:00
nicolargo 74593f13eb Add a ZeroMQ export module #939 2016-10-15 15:24:01 +02:00
nicolargo cf6735a746 Add a CouchDB exporter #928 2016-09-24 17:02:33 +02:00
nicolargo 8fa75b254a Update doc. Add install info in ReadTheDoc 2016-09-03 08:48:38 +02:00
Nicolargo d906873fda Update InfluxDB doc: use tsm1 engine (issue #883) 2016-07-05 14:42:10 +02:00
Nicolargo 02e9aa7232 Add Cassandra/Scylla export plugin #857 2016-06-10 16:16:41 +02:00
Alessio Sergi 8c5b74ed6a Fix some doc and comments
Add riemann to the index, otherwise it doesn't exist.
2016-03-29 11:29:13 +02:00
nicolargo ea474e2d80 Add default config for Riemann 2016-03-25 22:08:30 +01:00
Gergő Nagy 761036985a 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>
2016-03-25 11:06:25 +01:00
Alessio Sergi c1e1ad4da5 Use Sphinx for doc 2016-03-06 19:16:37 +01:00