Commit Graph

2862 Commits

Author SHA1 Message Date
nicolargo
c26ad16dfe Change alret global message 2017-05-02 21:19:19 +02:00
nicolargo
5d647aea3f No Offline status for timeouted ports? #1084 2017-05-01 21:10:05 +02:00
nicolargo
3c42bb929b Correct an issue on unitest with PY3 2017-04-30 22:29:02 +02:00
nicolargo
32d5047d30 TypeError: string indices must be integers (Network plugin) (issue #1054) 2017-04-30 18:34:45 +02:00
nicolargo
ca4d615fe5 Add thresholds min value to avoid message on careful threashold 2017-04-23 20:54:13 +02:00
nicolargo
d83e8646b0 First step of the decision tree 2017-04-18 23:36:02 +02:00
nicolargo
14d07ae5d1 Create the Glances threshold dict 2017-04-17 19:24:00 +02:00
nicolargo
a2f97d56d3 Implement Threasholds classes 2017-04-17 15:47:33 +02:00
nicolargo
822a0735dd Update conf file 2017-04-17 14:41:48 +02:00
nicolargo
056acb778d Correct issue with Python 3.3. Statistics lib is only available for Python 3.4 or higher 2017-04-15 09:14:07 +02:00
Nicolas Hennion
e02c76a167 Merge pull request #1080 from nclsHart/webui-improve-windows-10
[Web UI] Improve Windows 10
2017-04-15 09:09:36 +02:00
Nicolas Hart
32a89419e5 [Web UI] remove domain from username in processlist 2017-04-14 22:41:59 +02:00
Nicolas Hart
25ee7bab66 [Web UI] hide cpu nice and mem active/inactive which are not avaible under windows 10 2017-04-14 22:26:01 +02:00
nicolargo
7e9fbd16d8 Merge branch 'issue952' into develop 2017-04-10 18:38:45 +02:00
nicolargo
6d0fe0f708 Add new repeat function to the action (issue #952) 2017-04-10 18:38:23 +02:00
nicolargo
e9260c3d6f Improve error message as asked in issue #1078 2017-04-10 15:26:11 +02:00
nicolargo
3579210abe Update Readme file 2017-04-08 18:37:18 +02:00
nicolargo
38f3be0bda Merge branch 'issue981' into develop 2017-04-08 15:50:46 +02:00
nicolargo
1adbb2bb2a New plugin to scan remote Web sites (URL) (issue #981) 2017-04-08 15:50:20 +02:00
nicolargo
9b71b377d8 Merge branch 'issue1077' into develop 2017-04-03 10:20:11 +02:00
nicolargo
6058ee2fca Add trend screenshot 2017-04-03 10:19:20 +02:00
nicolargo
ae74ab21c5 Update docs 2017-04-03 10:15:52 +02:00
nicolargo
9cc3f9a196 Remove double space in the SWAP plugin 2017-04-03 08:56:01 +02:00
nicolargo
4eac03d1a3 mRemove debug message 2017-04-03 08:54:42 +02:00
nicolargo
47c6bcc2f9 Add trends in the Curses interface #1077 2017-04-02 23:02:13 +02:00
nicolargo
130cd2961a Merge branch 'issue1075' into develop 2017-04-02 14:52:50 +02:00
nicolargo
614441eba9 Use -> and <- arrows keys to switch between processing sort (issue #1075) 2017-04-02 14:52:35 +02:00
nicolargo
6916f7c41e Improve code quality 2017-04-01 22:56:41 +02:00
nicolargo
67485845bf Correct an issue on unicode for Python 3 2017-04-01 22:18:56 +02:00
nicolargo
7e66e1de03 Merge branch 'issue1065' into develop 2017-04-01 22:03:57 +02:00
nicolargo
b7326b82fa Problem with non breaking space in file system name #1065 2017-04-01 22:03:41 +02:00
nicolargo
4a2826669b Merge branch 'issue1068' into develop 2017-04-01 21:39:09 +02:00
nicolargo
20f814a03c Some FS and LAN metrics fail to export correctly to StatsD (issue #1068) 2017-04-01 21:37:54 +02:00
nicolargo
201d6ddb00 Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2017-03-31 22:01:51 +02:00
nicolargo
cc06451cc0 StatsD export prefix option is ignored #1074 2017-03-31 22:01:04 +02:00
Alessio Sergi
0adf139256 Drop environment markers from setup.py
This commit does *not* fix any bug, but users keep reporting it as such
while they simply use a very old setuptools. *sigh*
2017-03-31 12:52:07 +02:00
Nicolargo
51c90c4a1f After version 2.9.1 2017-03-29 12:02:08 +02:00
Nicolargo
26c94aeb08 version 2.9.1 2017-03-29 11:59:44 +02:00
Nicolas Hennion
ddef042da6 Merge pull request #1073 from Drewsif/bugfix
Remove extra } in format string
2017-03-29 11:57:13 +02:00
Drew Bonasera
c4d944fe37 Remove extra } in format string 2017-03-29 05:22:18 -04:00
nicolargo
a997733fc3 Add export message for statsd 2017-03-28 22:44:28 +02:00
nicolargo
1b8f955ec8 Merge branch 'issue1071' into develop 2017-03-28 21:22:36 +02:00
nicolargo
42bc667c3f Glances PerCPU issues with Curses UI on Android (issue #1071) 2017-03-28 21:22:04 +02:00
nicolargo
ceba55d7b6 Try to correct unitest error on Windows OS 2017-03-27 20:12:15 +02:00
nicolargo
e3d7dd26d3 Refactor main.py. No longer need to change it if a new plugin is added (except for the command line) 2017-03-27 17:54:02 +02:00
nicolargo
9ca9665d7f After 2.9.0 2017-03-27 17:25:17 +02:00
nicolargo
a116628c6f Glances 2.9 2017-03-27 17:17:15 +02:00
nicolargo
0e8485a461 Merge branch 'issue1067' into develop 2017-03-27 17:00:03 +02:00
nicolargo
6ef3976358 On Windows --export-statsd terminates immediately and does not export. #1067 2017-03-27 16:59:12 +02:00
nicolargo
ae4abc3c07 Update README file with latest exports modules 2017-03-27 11:05:43 +02:00