Commit Graph

1315 Commits

Author SHA1 Message Date
Nicolargo
979971733b Docker plugin first version 2015-01-04 20:59:04 +01:00
Nicolargo
3a615511ae Add wget to Glances autoinstall procedure 2015-01-03 19:11:21 +01:00
Nicolargo
f58e7ef95e PyStache is not mandatory 2015-01-03 17:46:14 +01:00
Nicolargo
0a99364c9f Merge branch 'develop' of github.com:nicolargo/glances into develop 2015-01-03 17:43:14 +01:00
Nicolargo
ea1bb83b61 Factorize export code 2015-01-03 17:43:02 +01:00
Nicolas Hennion
86760cfa10 Merge pull request #472 from nclsHart/favicon
Add Glances favicon on web UI
2015-01-03 17:42:09 +01:00
nclsHart
0b758a3c8a add glances favicon on web ui 2015-01-03 16:38:16 +01:00
Nicolargo
b90c307c91 Refactor get limit and alert method 2015-01-03 14:45:14 +01:00
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