Commit Graph

1292 Commits

Author SHA1 Message Date
desbma
d3b3092f39 Fix typos 2015-01-01 19:40:08 +01:00
Nicolargo
8c34feff51 Update documentation 2014-12-31 17:36:48 +01:00
Nicolargo
263bcda63f Update doc for Statsd export module 2014-12-31 11:24:46 +01:00
Nicolas Hennion
c90fde2f12 Merge pull request #467 from desbma/web
Remove superfluous content-type headers set automatically by bottle
2014-12-30 23:20:13 +01:00
desbma
ea44ef51c0 Remove superfluous content-type headers when they are set automatically by bottle 2014-12-30 22:56:19 +01:00
Nicolas Hennion
d2b40fd9a5 Merge pull request #466 from desbma/web
Support --hide-kernel-threads option for web interface
2014-12-30 22:36:36 +01:00
Nicolargo
237f9fb0c9 Statsd export module is Ok 2014-12-30 22:33:54 +01:00
desbma
22834c9047 Support --hide-kernel-threads option for web interface (fixes #462) 2014-12-30 21:38:05 +01:00
Nicolargo
37a3fcf0de Correct code duplication in the SNMP module 2014-12-30 00:05:10 +01:00
Nicolargo
df00dc2f64 Correct issue on Web interface (process name not displayed) (issue #462) 2014-12-29 23:11:42 +01:00
Nicolargo
6d8b24148c Update documentation for the InfluxDB export module 2014-12-29 22:20:27 +01:00
Nicolargo
f042b46042 Merge branch 'feature/issue455' into develop
Conflicts:
	NEWS
2014-12-29 21:58:04 +01:00
Nicolargo
ea254cf84a Try/catch if InfluxDB is stopped 2014-12-29 00:05:44 +01:00
Nicolargo
3f504b8741 Update NEWS file 2014-12-28 23:57:40 +01:00
Nicolargo
a7c12763d7 Glances client can export stats grabbed from the server 2014-12-28 23:29:40 +01:00
Nicolargo
751fb8948c InfluxDB connection parameter in the Glances configuration file 2014-12-28 22:41:33 +01:00
Nicolargo
ace22f7112 Update NEWS file 2014-12-28 10:50:51 +01:00
Nicolargo
8bf265f4f3 Correct an issue if args is None in the export load method 2014-12-28 10:50:35 +01:00
nclsHart
57eaefc3e8 complete rewriting of the Web UI using bootstrap
fixes #461, #366 and #417
2014-12-28 10:49:27 +01:00
Nicolargo
df614a00b6 Update NEWS file 2014-12-28 10:47:04 +01:00
Nicolargo
ddb169eeda Correct an issue if args is None in the export load method 2014-12-28 10:40:23 +01:00
Nicolargo
ba74feadae Merge branch 'nclsHart-bootstrap' into develop 2014-12-28 10:39:08 +01:00
Nicolargo
77f6e93a84 Merge branch 'bootstrap' of https://github.com/nclsHart/glances into nclsHart-bootstrap 2014-12-28 10:34:55 +01:00
Nicolargo
b4fd824168 Add processcount 2014-12-28 10:04:30 +01:00
nclsHart
5a9cc9ef1e complete rewriting of the Web UI using bootstrap
fixes #461, #366 and #417
2014-12-27 22:49:48 +01:00
Nicolargo
a1b775d96e Merge branch 'feature/issue463' into develop 2014-12-27 13:52:09 +01:00
Nicolargo
f24c6387aa Finalize the export module refactoring 2014-12-27 13:50:35 +01:00
Nicolargo
11fd967085 Export module are threaded 2014-12-27 13:33:41 +01:00
Nicolargo
86b89c6294 Export module are manage like plugin. Rename --output-csv option to --export-csv 2014-12-26 23:55:25 +01:00
Nicolargo
85b33d57a2 Add diskio and fs plugins to the CSV export module 2014-12-26 17:42:15 +01:00
Nicolargo
5c6741de89 Restructure folder. Add export father class. Refactor CSV export feature. 2014-12-25 23:32:53 +01:00
Nicolas Hennion
3a896dbe9d Correct issue on Windows SNMP client 2014-12-23 11:12:06 +01:00
Nicolas Hennion
8b03f1a8d6 Merge branch 'feature/issue447' into develop 2014-12-22 17:20:00 +01:00
Nicolas Hennion
b9febbc283 RAID plugin ok for beta testing 2014-12-22 17:16:56 +01:00
Nicolas Hennion
ab91a39ede Add Web interface for the RAID plugin 2014-12-22 16:59:15 +01:00
Nicolas Hennion
1de241d814 Replace tree char 2014-12-22 16:41:07 +01:00
Nicolas Hennion
522acfca35 Correct pb if array stats are None 2014-12-22 14:15:21 +01:00
Nicolargo
c22d4407b5 Curses interface OK 2014-12-21 22:48:30 +01:00
Nicolargo
96d2e841de Correct check issue error in client/server mode (issue #459) + exit on check failed + correct another issue on Linux CPU SNMP 2014-12-18 21:23:27 +01:00
Alessio Sergi
56e35e4b04 glances.conf: update 2014-12-16 17:34:00 +01:00
Alessio Sergi
e65769537d Improve Python 3 compatibility 2014-12-16 17:00:44 +01:00
Nicolas Hennion
dab4781eac Update NEWS and add Scrutinizer badge 2014-12-16 15:04:05 +01:00
Alessio Sergi
64b733396c Fix cyclic import (again)
glances_globals <-> glances_logging
2014-12-16 12:49:16 +01:00
Alessio Sergi
e54c3a7d48 Fix cyclic import
glances_globals -> glances_logs -> glances_processes -> glances_globals
2014-12-16 12:00:00 +01:00
Nicolas Hennion
e8e49abd9d Merge pull request #457 from desbma/develop
Fix incorrect kernel thread detection with --hide-kernel-threads
2014-12-15 17:30:32 +01:00
Jean-Christophe
4f7773e3a8 Handle IOError exception if no /etc/os-release
On Synology DSM OS (Linux base), python throws an IOError when open does not find a file.
Previously only OSError was handled, now it handles both the OSError and IOError.
2014-12-15 16:30:49 +01:00
desbma
9a00800b22 Fix incorrect kernel thread detection 2014-12-15 00:46:09 +01:00
Nicolargo
d17def69b4 On the road on the 2.3 release 2014-12-13 22:56:46 +01:00
Nicolargo
e8417b7c76 Correct merge issue with master 2014-12-13 22:43:18 +01:00
Nicolargo
f5747a5b00 Change version to 2.2 2014-12-13 22:32:53 +01:00