Commit Graph

52 Commits

Author SHA1 Message Date
nicolargo
2c9e939637 Update doc for Glances 2.10 2017-05-26 16:14:23 +02:00
nicolargo
6d0fe0f708 Add new repeat function to the action (issue #952) 2017-04-10 18:38:23 +02:00
nicolargo
ae74ab21c5 Update docs 2017-04-03 10:15:52 +02:00
Nicolargo
26c94aeb08 version 2.9.1 2017-03-29 11:59:44 +02:00
nicolargo
a116628c6f Glances 2.9 2017-03-27 17:17:15 +02:00
nicolargo
6dd035baf3 Update doc for the Kafka export module 2017-03-25 18:04:44 +01:00
nicolargo
47485d2e85 Update docs 2017-03-19 17:59:21 +01:00
nicolargo
b4922202c1 Port in the -c URI #996 2017-03-15 21:39:27 +01:00
nicolargo
a1acfef0ab Version 2.8.8 2017-03-12 18:15:27 +01:00
nicolargo
4dd873ac0e Version 2.8.7 2017-03-12 07:38:03 +01:00
nicolargo
d6ed0e17c2 Glances 2.8.5 2017-03-10 20:26:26 +01:00
nicolargo
d4649264de Glances 2.8.4 2017-03-09 21:28:13 +01:00
nicolargo
3f6257abdf Glances 2.8.3 2017-03-09 20:21:21 +01:00
nicolargo
7acca165fd First part of the implementation of the issue #1029 (all but the Web UI integration 2017-02-12 18:49:25 +01:00
nicolargo
fd45d4121a Remove batinfo dep 2017-02-11 10:05:54 +01:00
Nicolargo
b38def991c version 2.8.2 2017-02-07 13:17:26 +01:00
Nicolargo
a0b05348cd version 2.8.1 2017-02-06 18:12:58 +01:00
nicolargo
5f0d913587 Fix typo in network text #1008 + docs 2017-01-28 15:52:21 +01:00
nicolargo
6ea077b197 Generate documentation for Glances 2.8 2017-01-21 14:46:28 +01:00
nicolargo
e4b7e73970 Update doc for configuration file 2017-01-08 11:08:58 +01:00
nicolargo
b80ff98de3 Update docs and requirements files 2017-01-01 14:14:20 +01:00
nicolargo
68482c3d8a Correct hotkeys d, f, l, n 2016-12-31 18:41:58 +01:00
nicolargo
c3c52e3f89 Update documentation 2016-12-29 17:22:41 +01:00
nicolargo
373a2d8ccc Document logfile path in man page #969 2016-11-21 22:06:54 +01:00
nicolargo
74a0188848 Update documentation 2016-11-05 18:13:59 +01:00
nicolargo
540e840bbb /proc/interrupts not found when running Glances in an OpenVZ container #947 2016-10-30 14:07:07 +01:00
nicolargo
0b5d032a48 Update doc for issue #900 2016-10-22 13:39:02 +02:00
nicolargo
deb42a075f Add documentation (issue #937) 2016-10-21 18:03:33 +02:00
nicolargo
74593f13eb Add a ZeroMQ export module #939 2016-10-15 15:24:01 +02:00
nicolargo
92ec33c272 Update docs for Docker limits and actions (issue #875) 2016-10-10 21:10:10 +02:00
nicolargo
cf6735a746 Add a CouchDB exporter #928 2016-09-24 17:02:33 +02:00
nicolargo
9e3dacbb63 Glances 2.7.1 2016-09-11 11:06:39 +02:00
nicolargo
eaad5f5f3b Resolve merge conflicts with master branch 2016-09-10 10:48:50 +02:00
nicolargo
bae43e926a Generate man page for Glances 2.7 2016-09-10 10:33:37 +02:00
nicolargo
9d87192839 Update Glances global description 2016-09-04 16:53:32 +02:00
nicolargo
9650ce0d67 Change the IRQ shortcut key from R to Q. R is alread used for the RAID plugins. Also update the docs for the IRQ plugin. Last but not leat, change the ReadTheDoc theme 2016-08-23 20:12:49 +02:00
nicolargo
59788e91ad version 2.6.2 2016-05-12 10:58:47 +02:00
nicolargo
34a500e3ed CPU additionnal stats monitoring: Context switch, Interrupts... (issue #810) 2016-03-31 12:30:14 +02:00
nicolargo
ee471b9dd7 [Folders] Differentiate permission issue and non-existence of a directory (issue #828) 2016-03-28 20:56:44 +02:00
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