Commit Graph

1780 Commits

Author SHA1 Message Date
Floran Brutel
53ab0b3105 Fix order of network interfaces 2015-05-07 08:32:34 +02:00
Nicolas Hennion
69553c7dbd Merge pull request #567 from nclsHart/fix-issue-563
[Web UI] Remove decoration on processes which are not running
2015-05-06 22:53:31 +02:00
Nicolas Hart
d93756e7af remove decoration on processes not running 2015-05-06 22:45:46 +02:00
Nicolas Hennion
b8f0894ef5 Merge pull request #565 from nclsHart/fix-issue-562
[Web UI] Fix question mark display instead of zero as nice level in process list
2015-05-06 22:42:52 +02:00
Nicolas Hart
a831516ea3 fix question mark display instead of zero as nice level in process list 2015-05-06 22:33:01 +02:00
nicolargo
ff12ae387b Remove some dev log message 2015-05-06 18:53:49 +02:00
Nicolargo
0eb73b696a Update README file (Pip is shipped into Python 2.7.9 or higher) 2015-05-06 15:19:05 +02:00
Nicolargo
5b3b286aab Update README file 2015-05-06 15:16:10 +02:00
Floran Brutel
b1ab37ad36 Refactor filter of bytes/bits 2015-05-06 14:10:54 +02:00
Nicolas Hennion
c207219a4d Merge pull request #559 from notFloran/fix-manifest-web-ui
Fix MANIFEST for the web UI
2015-05-06 09:10:45 +02:00
Nicolas Hennion
2458459328 Merge pull request #558 from notFloran/web-ui-fix-alert
[Web UI] Fix formatting of date/time in Alert plugin
2015-05-06 09:10:05 +02:00
Nicolas Hennion
b3fee67e47 Merge pull request #557 from notFloran/webui-process-list-io
[Web UI] Fix process list when no I/O
2015-05-06 09:09:50 +02:00
Floran Brutel
e67fce0e8a Fix MANIFEST for the web UI 2015-05-06 08:35:09 +02:00
Floran Brutel
0dd873151e Fix date format and duration of alert in the web ui 2015-05-05 23:04:30 +02:00
Floran Brutel
227095448a Fix process list when no io 2015-05-05 19:41:01 +02:00
Nicolargo
9798fb41ca Correct an issue when displaying quicklook plugin on non UTF-8 terminal 2015-05-05 11:42:12 +02:00
Nicolargo
10d16c7e5b Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2015-05-04 11:32:55 +02:00
Nicolargo
a8e7f68d13 Commit Glances 2.4 RC1 2015-05-04 11:32:22 +02:00
Alessio Sergi
8d553d3fcb glances_help.py: fix merge issue #480 2015-05-04 11:17:03 +02:00
Nicolargo
d125c2ede8 Merge feature - AngularJS based web interface #480 2015-05-04 10:22:09 +02:00
Alessio Sergi
498081769b README.rst: add matplotlib to optional dependencies 2015-05-04 01:05:15 +02:00
nicolargo
fe977ee17c Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2015-05-03 17:12:23 +02:00
nicolargo
276654c43d Limits are now exported 2015-05-03 17:11:49 +02:00
Alessio Sergi
e168e2d97b Disable --tree option on non-Linux platforms (update) 2015-05-03 11:13:59 +02:00
Alessio Sergi
a912805ae9 Disable --tree option on non-Linux platforms
Simply doesn't work as expected.
2015-05-02 17:17:17 +02:00
Alessio Sergi
ec54bf9033 Be more explicit about when the modification of the locale fails 2015-05-02 15:32:25 +02:00
nicolargo
7db5ab2642 Solve issue: Process list header not decorating when sorting by command #551 2015-05-02 13:41:05 +02:00
nicolargo
3992ff07ad Correct an issue after commit eaa8e39771 concerning the QickLook display 2015-05-02 12:36:48 +02:00
Nicolas Hennion
fa440a8ae1 Merge pull request #550 from nclsHart/processlist-sort
[Web UI] Processlist sort + monitor plugin
2015-05-02 12:08:00 +02:00
Alessio Sergi
eaa8e39771 No more translations 2015-05-01 19:51:15 +02:00
Nicolas Hart
7332bd5104 add monitor plugin 2015-05-01 17:48:57 +02:00
Nicolas Hart
432c669466 handle io sort in process list 2015-05-01 17:28:35 +02:00
Nicolas Hart
248918012a fix processlist sort 2015-05-01 14:22:04 +02:00
Alessio Sergi
bcdaa089bb Remove support for deprecated password method
To define a client/server password, just use --password.
2015-04-29 14:53:28 +02:00
Nicolargo
0ee0f06c64 Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2015-04-29 09:03:33 +02:00
Nicolargo
558d7a22a1 Correct infinite loop in browser mode issue#547 2015-04-29 09:03:15 +02:00
Nicolas Hart
494d2634c1 fix issues on docker web ui 2015-04-28 23:25:05 +02:00
Nicolas Hart
c17f252a0d remove load of unexisting help controller 2015-04-28 23:24:02 +02:00
Nicolas Hart
625384af44 move all filters in a dedicated file 2015-04-28 18:54:03 +02:00
Nicolas Hart
1f5b07a522 move vendors into a dedicated directory 2015-04-28 16:04:10 +02:00
Nicolas Hart
7696d1a281 Merge branch 'develop' into feature/issue480 2015-04-28 14:14:14 +02:00
Alessio Sergi
6c9eedbef9 Bump minimum required zeroconf version to 0.17
- Fix regression introduced by issue #528 fix (pointless-statement).
- 'netifaces' is a dependency of 'zeroconf==0.17', so the check is
  redundant.
2015-04-27 12:27:17 +02:00
Alessio Sergi
afa43acdd7 Process list: TIME+: display minutes in two digits (hh:mm:ss format only)
Display a leading zero if the number is only one digit long (00-59).
Display minutes in one digit otherwise (mm:ss.ms format, 0-59).
2015-04-25 14:41:55 +02:00
Nicolas Hennion
55e4bb626a Merge pull request #545 from nclsHart/ip-plugin
[Web UI] Add IP plugin
2015-04-23 22:39:17 +02:00
Alessio Sergi
a88fb52b8d Process list: TIME+: highlight hours (for long running processes >= 1h) 2015-04-22 16:12:48 +02:00
Alessio Sergi
deeacc6791 glances_processlist.py: minor fixes
- Attribute 'tag_proc_time' defined outside __init__
- Catch the correct exception (OverflowError)
- Display '?' if no CPU times are available
2015-04-22 15:25:27 +02:00
Alessio Sergi
8d1a741e26 Fix regression in the default configuration settings 2015-04-22 11:48:33 +02:00
nicolargo
0dc8c18507 Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2015-04-21 22:30:41 +02:00
nicolargo
d588cb041c A first comment change to be compliant with apidoc (see http://apidocjs.com/#examples) 2015-04-21 22:30:20 +02:00
Alessio Sergi
e446d380a1 Process list: TIME+: display hours too 2015-04-21 11:44:17 +02:00