Commit Graph

1986 Commits

Author SHA1 Message Date
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
458b10800a Add timestamp to the CSV export module (issue #708) 2015-10-25 21:56:12 +01:00
nicolargo
b70e916cc7 Add reset key for process summary min/max 2015-10-22 22:16:29 +02:00
nicolargo
1b18e3f48e Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2015-10-22 21:46:45 +02:00
nicolargo
7154717c72 Update process sum 2015-10-22 21:46:33 +02:00
Nicolas Hennion
2840141add Merge pull request #707 from notFloran/webui-fix-processcount
[WebUI] fix process count for stopped
2015-10-21 22:44:45 +02:00
Floran Brutel
f6930fba5c WebUI : fix process count for stopped 2015-10-21 19:48:30 +02:00
Nicolas Hennion
55097a3321 Merge pull request #706 from nclsHart/webui-processlist-nice
[Web UI] Fix no nice decoration in processlist
2015-10-20 21:11:07 +02:00
Nicolas Hennion
ed09126ddf Merge pull request #705 from nclsHart/fix-processlist-io
[Web UI] Fix processlist IO cells not displayed
2015-10-20 21:10:54 +02:00
Nicolas Hart
e13e37fd68 fix no nice decoration in webui processlist 2015-10-20 16:04:56 +02:00
Nicolas Hart
40ffbccba0 Fix processlist IO cells not displayed 2015-10-20 11:37:47 +02:00
nicolargo
d194f2d84c Change the news file 2015-10-19 22:08:17 +02:00
Nicolas Hennion
e3c0daa008 Merge pull request #704 from notFloran/web-ui-sort-cusor
[WebUI] add "pointer" cursor for sortable columns
2015-10-19 22:06:41 +02:00
Floran Brutel
39ad469c64 WebUI : add "pointer" cursor for sortable column 2015-10-19 20:43:08 +02:00
Alessio Sergi
c592bd46f6 Restore system path after using it (v2)
Already added with commit 6bef4843be.
Restore and update it with export modules support.
2015-10-18 13:04:39 +02:00
Alessio Sergi
a3f6f81ca4 Sensors: more uniform display
Use the same letter symbol for lm_sensors and hddtemp:
- C = Celsius
- F = Fahrenheit
2015-10-12 18:23:05 +02:00
Alessio Sergi
bbf4cffa86 Add degree symbol in hddtemp 2015-10-12 17:52:12 +02:00
Alessio Sergi
a9c5adb334 Fix Celsius to Fahrenheit conversion under Python 3
Exclude battery from conversion too.
2015-10-11 16:11:10 +02:00
Nicolas Hennion
3daa17bb23 Merge pull request #701 from notFloran/web-ui-hide-io-read-write
[WebUI] hide io read/write if value is not present
2015-10-11 15:37:33 +02:00
Floran Brutel
bac728e77c WebUI : hide io R/S if value is not present 2015-10-11 14:40:24 +02:00
nicolargo
07b62056ee Refactor the huge Curses script (first phase, should be continued) 2015-10-10 19:18:51 +02:00
nicolargo
6767a0966e After 2.5.1... 2015-10-10 11:34:03 +02:00
nicolargo
6036eeaa68 Patch 2.5.1 2015-10-10 11:25:51 +02:00
Nicolargo
8696aba064 Correct issue starting Curses interface on Windows OS 2015-10-08 16:49:47 +02:00
Nicolas Hennion
9348409aaa Merge pull request #692 from notFloran/webui-fix-alert
[WebUI] when alert is ongoing hide level
2015-10-07 13:24:47 +02:00
Alessio Sergi
bd50b5745c requirements.txt: psutil 3.2.2 2015-10-07 13:15:15 +02:00
Alessio Sergi
25b6b5c797 Fix unlock of password protected servers in browser mode
Close #694.
2015-10-07 13:06:42 +02:00
Floran Brutel
32d90dfb6c WebUI : when alert is ongoing hide level 2015-10-05 22:41:30 +02:00
nicolargo
4d11fca993 On the road of Glances 2.6 2015-10-05 21:30:42 +02:00
nicolargo
a67abdfa85 Merge branch 'master' into develop 2015-10-05 21:19:44 +02:00
nicolargo
ca52a195f5 Change version to 2.5 2015-10-05 21:19:07 +02:00
nicolargo
0f1dbd4788 Update README file for the 2.5 release 2015-10-03 16:28:55 +02:00
Alessio Sergi
d76295e3ba README: fix typos and misspelling
- use shields.io badges
- update Windows instruction
2015-09-28 21:21:21 +02:00
Nicolargo
4eb8b232a5 Change the main README file 2015-09-28 17:52:08 +02:00
nicolargo
c3dfb2c999 Update version on the Sonar configuration file 2015-09-27 22:59:04 +02:00
Alessio Sergi
e5263a8ad0 unitest-restful: handle text type correctly across Python 2/3
In short, this is unicode in Python 2 and str in Python 3.
2015-09-24 11:29:39 +02:00
Nicolargo
2bc0d42736 Correct an issue with test_003_plugins in Unitest for the Restful API (str instead od unicode) 2015-09-24 10:15:08 +02:00
Nicolas Hennion
0127aa734f Merge pull request #686 from notFloran/webui-fix-bytes
[WebUI] Fix auto unit helper
2015-09-23 21:23:18 +02:00
Floran Brutel
6410dbe648 Fix auto unit helper in the webui when value < 1024 2015-09-23 21:06:25 +02:00
Alessio Sergi
59db8f898e Fix 'test for membership should be 'not in'' 2015-09-23 13:13:37 +02:00
Alessio Sergi
108f93c464 Remove unused imports 2015-09-23 12:53:20 +02:00
Alessio Sergi
2b5e653503 glances_bottle: use 'with' context manager to open files
...otherwise the file handle is left open due to the use of return
before the handle closure.
2015-09-22 20:49:49 +02:00
Alessio Sergi
183328dbd0 unitest-restful: general cleaning 2015-09-22 12:29:29 +02:00
Alessio Sergi
075ba72d79 unitest-restful: unbreak non-Linux platforms
OK FreeBSD, OS X and Windows.
2015-09-22 12:12:12 +02:00
Alessio Sergi
3db98fb9a1 unitest-restful: Python 3 compat 2015-09-22 12:00:00 +02:00
Alessio Sergi
f2cf282ce5 unitest-xmlrpc: general cleaning 2015-09-21 19:41:28 +02:00
Alessio Sergi
8ad7af6916 unitest-xmlrpc: unbreak non-Linux platforms
OK FreeBSD, OS X and Windows.
2015-09-21 19:09:09 +02:00
Alessio Sergi
c513fe6fb5 unitest-xmlrpc: Python 3 compat 2015-09-21 18:49:49 +02:00
Alessio Sergi
46d4b633b9 unitest: cosmetic changes 2015-09-21 16:51:20 +02:00
Alessio Sergi
837193ef7b unitest: unbreak non-Linux platforms
OK FreeBSD, OS X and Windows.
2015-09-21 15:39:39 +02:00