Commit Graph

113 Commits

Author SHA1 Message Date
nicolargo
3dcb56326e Correct minor PEP8 and update doc 2016-03-26 17:45:48 +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
nicolargo
278add2bcf Update PSUtil req to 4.1.0 / Ready to tag 2.6 2016-03-16 17:41:07 +01:00
nicolargo
621278b110 Update man and HTML page for version 2.6RC1 (thanks Alessio, it is working fine on my system) 2016-03-13 11:30:54 +01:00
Alessio Sergi
fcfdc75f74 Fix version issue with Sphinx (hopefully) 2016-03-12 11:51:42 +01:00
nicolargo
00cb350e42 Workaround for the documentation version issue 2016-03-12 10:15:44 +01:00
nicolargo
be16b9992b Glances 2.6RC1 - Test it ll! 2016-03-11 21:32:56 +01:00
Alessio Sergi
cbcf779dc2 Use Sphinx for man page 2016-03-06 19:16:37 +01:00
Alessio Sergi
d997802de1 Fix source distribution
Add missing files to MANIFEST.in
Better package structure
Better path handling
2013-12-14 15:05:05 +01:00
Alessio Sergi
9f63ec9146 Fix and update docs and man 2013-11-17 20:02:00 +01:00
Alessio Sergi
49f63e4fb3 Update doc on configuration as per issue #288 2013-09-19 15:00:00 +02:00
Alessio Sergi
c46b52d9d3 Update man page and doc
Add missing commands to man page.
Attempt to uniform all the info and use the same conventions all over the
place.
2013-08-14 14:24:14 +02:00
Alessio Sergi
ecfadce4ac Improve packaging - Round 2 2013-04-08 16:16:00 +02:00