mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-01 14:08:34 +03:00
761036985a
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> |
||
---|---|---|
.. | ||
_static | ||
_templates | ||
aoa | ||
gw | ||
man | ||
api.rst | ||
cmds.rst | ||
conf.py | ||
config.rst | ||
glances.rst | ||
index.rst | ||
make.bat | ||
Makefile | ||
quickstart.rst | ||
README.txt | ||
support.rst |
Building the docs ================= First install Sphinx: pip install sphinx or update it if already installed: pip install --upgrade sphinx Go to the docs folder: cd docs Then build the HTML documentation: make html and the man page: LC_ALL=C make man