Commit Graph

1582 Commits (fe977ee17c1c642de5f6876e29a02580cae3eff1)

Author SHA1 Message Date
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
Alessio Sergi eaa8e39771 No more translations 2015-05-01 19:51:15 +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
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
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
Alessio Sergi 19e49f4b86 glances_client.py: fix function call 2015-04-19 23:54:02 +02:00
nicolargo 07f73ddeb6 Correct another UTF-8 issue 2015-04-19 16:52:51 +02:00
nicolargo 4865b6c03f Use enumerate 2015-04-19 15:41:31 +02:00
Alessio Sergi 904eacebe7 README.rst: fix some typos 2015-04-19 12:45:55 +02:00
Alessio Sergi 4f2e051b05 Add sort processes by USER 2015-04-19 11:49:19 +02:00
nicolargo 3d89e34c21 Correct raise issue on Mac OS X 2/2 2015-04-18 17:48:17 +02:00
nicolargo 04378ec156 Correct raise issue on Mac OS X 2015-04-18 17:45:57 +02:00
nicolargo 3717c2fcf9 Add comment for the Docker network stats issue 2015-04-18 16:24:54 +02:00
nicolargo 0d6751b33e Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2015-04-18 15:53:28 +02:00
nicolargo cfdb0841df Change the Docker plugin to use the new CPU stats as default method 2015-04-18 15:53:01 +02:00
Alessio Sergi f54a32f07b glances-doc.html: update to reflect recent changes 2015-04-16 16:46:16 +02:00
Alessio Sergi 1d509f471e glances-doc.rst: wrap source lines to 72 characters (where possible)
- Fix various typos and misspelling
- TOC improvements
2015-04-16 16:36:16 +02:00
Alessio Sergi 4d07670c8d glances-doc.rst: fix broken target name 2015-04-16 15:38:16 +02: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
Alessio Sergi 9a87924596 NEWS: spelling: s/news/new/g 2015-04-13 15:34:37 +02:00
nicolargo e288c01ebf Update NEWS file 2015-04-12 22:15:23 +02:00
nicolargo 49a579d6d1 Correct some PEP on the brand new RabbitMQ export module 2015-04-12 21:40:46 +02:00
Nicolas Hennion e0205a9e4a Merge pull request #540 from Katyucha/develop
RabbitMQ export (3rd try)

Thk for the contrib !
2015-04-12 21:09:05 +02:00
Katyucha 3b8785968c RabbitMQ export : delete debug info 2015-04-07 20:43:47 +02:00
Katyucha 5c0403a05e Update for Pika Python3 2015-04-07 20:40:08 +02:00
Katyucha 281050a1a2 Merge branch 'develop' of github.com:Katyucha/glances into develop 2015-04-07 20:30:45 +02:00
Katyucha 36c2f7d8c9 Update for python3. Need package python3-pika 2015-04-07 20:29:03 +02:00
Katyucha bcc7e49b52 Update glances_rabbitmq.py 2015-04-07 18:24:21 +02:00
Katyucha 26bea1ac91 Modification pour python 3 2015-04-07 06:41:32 +02:00
Katyucha 553de758d5 Add RabbitMQ export for glances 2015-04-06 22:03:11 +02:00
root 8a3c2e29bf RabbitMQ export from Sylvain Luce / Katyucha 2015-04-06 21:54:46 +02:00
nicolargo 9895661076 If the Curses application raises an exception, restore the terminal correctly (issue #537) 2015-04-05 10:27:43 +02:00
nicolargo b4ce3c7fae Correct server mode issue when no network interface is available (issue #528) 2015-04-04 15:35:47 +02:00
nicolargo 5464948acc Some code refactoring 2015-04-03 22:03:37 +02:00
nicolargo c1712d1995 Change documentation - Add color keyword (issue #527) 2015-04-01 22:10:18 +02:00
nicolargo 3a7856831c Avoid crach on olds kernels (issue #554) 2015-04-01 22:00:13 +02:00