Commit Graph

1551 Commits

Author SHA1 Message Date
Alessio Sergi
4d07670c8d glances-doc.rst: fix broken target name 2015-04-16 15:38:16 +02:00
Alessio Sergi
4318361517 No more system-wide configuration file by default
Support remains there, but no system-wide configuration file will be
provided anymore.

Default configuration settings are initialized by code which may be
overridden by a configuration file.
2015-04-16 15:28:52 +02:00
Alessio Sergi
9a87924596 NEWS: spelling: s/news/new/g 2015-04-13 15:34:37 +02:00
nicolargo
e288c01ebf Update NEWS file 2015-04-12 22:15:23 +02:00
nicolargo
49a579d6d1 Correct some PEP on the brand new RabbitMQ export module 2015-04-12 21:40:46 +02:00
Nicolas Hennion
e0205a9e4a Merge pull request #540 from Katyucha/develop
RabbitMQ export (3rd try)

Thk for the contrib !
2015-04-12 21:09:05 +02:00
Katyucha
3b8785968c RabbitMQ export : delete debug info 2015-04-07 20:43:47 +02:00
Katyucha
5c0403a05e Update for Pika Python3 2015-04-07 20:40:08 +02:00
Katyucha
281050a1a2 Merge branch 'develop' of github.com:Katyucha/glances into develop 2015-04-07 20:30:45 +02:00
Katyucha
36c2f7d8c9 Update for python3. Need package python3-pika 2015-04-07 20:29:03 +02:00
Katyucha
bcc7e49b52 Update glances_rabbitmq.py 2015-04-07 18:24:21 +02:00
Katyucha
26bea1ac91 Modification pour python 3 2015-04-07 06:41:32 +02:00
Katyucha
553de758d5 Add RabbitMQ export for glances 2015-04-06 22:03:11 +02:00
root
8a3c2e29bf RabbitMQ export from Sylvain Luce / Katyucha 2015-04-06 21:54:46 +02:00
nicolargo
9895661076 If the Curses application raises an exception, restore the terminal correctly (issue #537) 2015-04-05 10:27:43 +02:00
nicolargo
b4ce3c7fae Correct server mode issue when no network interface is available (issue #528) 2015-04-04 15:35:47 +02:00
nicolargo
5464948acc Some code refactoring 2015-04-03 22:03:37 +02:00
nicolargo
c1712d1995 Change documentation - Add color keyword (issue #527) 2015-04-01 22:10:18 +02:00
nicolargo
3a7856831c Avoid crach on olds kernels (issue #554) 2015-04-01 22:00:13 +02:00
nicolargo
71ffcef3d0 Add system and uptime to the export module 2015-03-31 22:38:27 +02:00
nicolargo
13df3493d0 Correct an issue on quiet mode, refresh time is not take into account 2015-03-31 22:25:55 +02:00
nicolargo
2f2b84b6bd Add percpu to export module 2015-03-31 22:07:05 +02:00
nicolargo
781d12235b Change log level for InfluxDB 0.8 fallback 2015-03-28 13:55:09 +01:00
nicolargo
0833c44140 Remove not necessary log message 2015-03-28 13:42:54 +01:00
nicolargo
f02a6e0734 Infludb dep: Influxdb need 1.0.0 or higher 2015-03-27 22:32:22 +01:00
nicolargo
3484a373a1 Influxdb plugin: add compatibility with both 0.8 and 0.9 API 2015-03-27 22:30:21 +01:00
nicolargo
9d8219c265 Add the quiet mode (-q) 2015-03-27 22:03:12 +01:00
nicolargo
2ce28dfa18 Update documentation and add Grafana screenshot 2015-03-24 21:10:25 +01:00
Alessio Sergi
6a8de48502 Replace list creation with list literal 2015-03-23 00:35:53 +01:00
Alessio Sergi
576883822e Replace dictionary creation with dictionary literal 2015-03-22 23:39:05 +01:00
nicolargo
85508e773d Change Glances version in the Sonar configuration file 2015-03-22 21:28:14 +01:00
nicolargo
ea76c33dd4 Add prefix option to the InfluxDB export module 2015-03-22 21:21:58 +01:00
nicolargo
aa784fed9a Correct Unicode Error with sensors in client/servermod e 2015-03-22 18:41:16 +01:00
Alessio Sergi
d5c185aec1 Replace assignment with augmented assignment
Convert former getcapacitypercent method to property.
2015-03-22 14:44:44 +01:00
Alessio Sergi
476c9e1646 Remove redundant parentheses 2015-03-22 12:17:55 +01:00
Alessio Sergi
54108258b1 Fix 'statement has no effect' warning 2015-03-22 12:00:00 +01:00
Nicolargo
40f3bb3db5 Update Grafana Dashboard 2015-03-20 13:03:01 +01:00
Nicolargo
4d92bdfb7c Update Grafana 2015-03-16 15:25:07 +01:00
Nicolargo
632faeb102 Add catch if Docker lib is not in the good version 2015-03-16 13:22:53 +01:00
nicolargo
13a8bf5fa3 Update Grafana dashboard 2015-03-15 20:38:48 +01:00
nicolargo
e336382363 Add Grafana dashboad 2015-03-15 19:16:58 +01:00
Alessio Sergi
466478a700 StatsD module: Python 3 compat 2015-03-13 01:00:11 +01:00
Alessio Sergi
ed6d3bd94d InfluxDB module: Python 3 support 2015-03-12 10:15:12 +01:00
nicolargo
fa765ed415 Correct another issue on CPU alert (total should not be logged) 2015-03-11 23:24:22 +01:00
nicolargo
e16157996b Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2015-03-11 20:07:09 +01:00
nicolargo
44263e3760 Correct an issue on CPU alert (always system...) 2015-03-11 20:06:58 +01:00
Alessio Sergi
be3c43bf48 Add check for supported Python versions
Glances requires at least Python 2.6 or 3.3 to run.
2015-03-11 16:03:32 +01:00
nicolargo
58f03687b8 Hide Rx/Tx net interface for the Docker plugin. Not work has expected 2015-03-10 23:23:54 +01:00
nicolargo
ddc2e88eb1 Ready for influxdb-0.3. No more FutureWarning error message 2015-03-10 21:48:03 +01:00
nicolargo
38c7ee9876 Set the peak_time to 6 seconds 2015-03-10 21:37:25 +01:00