Commit Graph

72 Commits

Author SHA1 Message Date
nicolargo
34a500e3ed CPU additionnal stats monitoring: Context switch, Interrupts... (issue #810) 2016-03-31 12:30:14 +02:00
Alessio Sergi
8c5b74ed6a Fix some doc and comments
Add riemann to the index, otherwise it doesn't exist.
2016-03-29 11:29:13 +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
ea474e2d80 Add default config for Riemann 2016-03-25 22:08:30 +01:00
Alessio Sergi
a548103024 Disable more sections in the configuration file (already disabled by default)
Fix some typos.
2016-03-07 17:55:53 +01:00
Alessio Sergi
46846b49c0 Disable the folders section in the shipped configuration file
...otherwise the plugin will be enabled in Python 3.5+ by default.
2016-03-07 17:22:17 +01:00
Nicolargo
5497ae125f Use wildcard (regexp) to the hide configuration option for network, diskio and fs sections #799 2016-02-26 13:38:46 +01:00
Nicolargo
2cb24a88be Done for FS and NETWORK. To be tested 2016-02-26 11:42:47 +01:00
nicolargo
5785fcff28 First try, FS and NETWORK did not work... 2016-02-25 22:12:55 +01:00
nicolargo
5422bbbddf Add a connector to ElasticSearch (welcome to Kibana dashboard) #311 2016-02-04 14:23:18 +01:00
Nicolargo
d59ca96cf0 Null point mode set to mode in the Grafana dashboard 2015-12-15 15:04:38 +01:00
Nicolargo
7ba3d78424 Update Grafana dashboard for Grafana 2.6+ 2015-12-15 10:21:05 +01:00
nicolargo
2a7412991a Update Grafana Dashboard 2015-12-12 18:00:13 +01:00
nicolargo
e255b2a1f5 Add hide configuration key for FS Plugin (issue #736) 2015-12-06 14:01:16 +01:00
nicolargo
71a18e67a7 When Glances is starting the notifications should be delayed #732 2015-11-28 15:52:42 +01:00
nicolargo
ca47c2c97e First try for the Folders plugin in the WebUI 2015-11-21 15:38:28 +01:00
nicolargo
97bf233776 Implement Folder plugin (issue #721) 2015-11-21 10:53:49 +01:00
nicolargo
ef6bd55c90 Update Grafana Dashboard for Grafana 2.5 and InfluxDB 0.9.4 2015-10-29 19:02:56 +01:00
nicolargo
2448c04145 Correct Grafana dashboard following https://github.com/nicolargo/glances/issues/648#issuecomment-152184064 comment 2015-10-29 18:15:50 +01:00
Nicolargo
c364977df1 Add support for OpenTSDB export (issue #638) 2015-08-06 23:07:28 +02:00
nicolargo
5b397d8e90 Support Fahrenheit (issue #620) 2015-06-19 23:14:21 +02:00
nicolargo
4f41d8c062 Server password configuration for the browser mode #500 2015-05-31 16:37:20 +02:00
vsn4ik
7b3d5d6dd1 Fix monitor section (counter) 2015-05-15 00:21:49 +03: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
nicolargo
49a579d6d1 Correct some PEP on the brand new RabbitMQ export module 2015-04-12 21:40:46 +02:00
root
8a3c2e29bf RabbitMQ export from Sylvain Luce / Katyucha 2015-04-06 21:54:46 +02:00
nicolargo
ea76c33dd4 Add prefix option to the InfluxDB export module 2015-03-22 21:21:58 +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
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
nicolargo
0003e0e50a Allow logical mounts points in the FS plugin (issue #448) 2015-02-08 18:00:35 +01:00
Nicolargo
596d93aa63 Add limits to the quicklook plugin 2015-02-03 17:07:16 +01:00
Nicolargo
b7df2051e9 Alarm for DiskIO plugin 2015-01-11 22:05:30 +01:00
Nicolargo
7273343a3e User can force log/alert using the configuration file (issue #437) 2015-01-11 16:03:16 +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
35414e9a3c Add GlancesActions class. Actions are run every refresh time... It sucks... 2015-01-01 22:34:55 +01:00
Nicolargo
237f9fb0c9 Statsd export module is Ok 2014-12-30 22:33:54 +01:00
Nicolargo
751fb8948c InfluxDB connection parameter in the Glances configuration file 2014-12-28 22:41:33 +01:00
Alessio Sergi
56e35e4b04 glances.conf: update 2014-12-16 17:34:00 +01:00
Nicolargo
dafcc65d5c Log if Zeroconf < 0.16 is detected 2014-12-03 23:16:34 +01:00
Nicolargo
43027f4a39 Upgrade status in the browser list 2014-12-02 22:40:59 +01:00
Nicolargo
c0a98cc7d2 Correct browser mode issue and alias name 2014-12-02 19:17:43 +01:00
Nicolargo
bd768aa4da Feature ready. UX to be refactor 2014-11-24 21:47:18 +01:00
Nicolargo
e3d84c79b2 Add static server list 2014-11-24 21:02:43 +01:00
Nicolas Hennion
4521f2aa0b Automaticaly compute top processes number for the current screen - issue #408 2014-09-15 19:06:12 +02:00
Nicolargo
af3c76e7b5 Comment configuration file 2014-08-05 16:13:40 +02:00
Nicolargo
4aeb922acf Add a max_processes key in the configuration file to set the maximum number of showed processes 2014-08-05 16:10:42 +02:00
Nicolargo
257a90f718 Add alias feature and optimize history feature footprint 2014-07-31 13:21:46 +02:00