Commit Graph

1307 Commits

Author SHA1 Message Date
Nicolargo
73536bfa66 Update install documentation 2015-01-02 23:31:05 +01:00
Nicolargo
283af00e7c Merge branch 'feature/issue132' into develop 2015-01-02 23:25:06 +01:00
Nicolargo
a0a3349e63 Update documentation 2015-01-02 23:23:47 +01:00
Nicolargo
dfd2cf1c38 Add {{mustache}} feature to the action script 2015-01-02 22:59:08 +01:00
Nicolargo
e32089f40a Catch exp on alert 2015-01-02 17:45:18 +01:00
Nicolargo
7f34a6d07a Trigger OK 2015-01-01 23:40:40 +01:00
desbma
6f18c3fd7b Don't break wiki link
Conflicts:
	docs/glances-doc.rst
2015-01-01 22:54:39 +01:00
Nicolas Hennion
03d5cccb31 Merge pull request #470 from desbma/doc
Doc fixes
2015-01-01 22:49:39 +01:00
Nicolargo
91e3b2e9e4 Display 64bit every time on 64bit environment and fix the display of io read/write (issue #469 Thk to Sylvain Mouquet) 2015-01-01 22:48:50 +01:00
Nicolargo
db88a3386f Display 64bit every time on 64bit environment and fix the display of io read/write (issue #469 Thk to Sylvain Mouquet) 2015-01-01 22:46:25 +01:00
Nicolargo
c088642ac2 Add the forgotten glances_statsd.py script 2015-01-01 22:37:58 +01:00
Nicolargo
35414e9a3c Add GlancesActions class. Actions are run every refresh time... It sucks... 2015-01-01 22:34:55 +01:00
desbma
ba1649bfcb Don't break wiki link 2015-01-01 19:50:21 +01:00
desbma
6087bf3e26 Add a sentence to explain how to set refresh rate for web UI 2015-01-01 19:41:55 +01:00
desbma
59a8b56f0f RESTFULL -> RESTFUL 2015-01-01 19:40:43 +01:00
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