Commit Graph

2009 Commits (97bf2337762518a045508e871789b6906e906b33)

Author SHA1 Message Date
nicolargo 97bf233776 Implement Folder plugin (issue #721) 2015-11-21 10:53:49 +01:00
Alessio Sergi eb9acaaf9d Add Python 3.5 support 2015-11-18 13:05:35 +01:00
Alessio Sergi c6c32513dc Handle hddtemp error
"|/dev/sdX|???|ERR|*|%"
2015-11-18 12:39:05 +01:00
Alessio Sergi f1162e65b8 glances/README.txt: update 2015-11-15 11:05:15 +01:00
Alessio Sergi a271eaf8ae Move core at the top of the module tree
Remove 'glances_' prefix from filenames.
2015-11-14 15:15:15 +01:00
Alessio Sergi 4fb83d156c GlancesXMLRPC{Server,Handler}: new-style class
super() needs 'object' as ancestor.
2015-11-09 09:58:27 +01:00
Alessio Sergi 4bc7b0a83c Make GlancesTextbox a new-style class
super() needs to inherit from the 'object' class.
2015-11-07 19:42:42 +01:00
Alessio Sergi e8625ad434 Use ProtocolError.errcode value to trace errors (v2) 2015-11-07 16:11:11 +01:00
Alessio Sergi 90e1124ec0 Use ProtocolError.errcode value to trace errors 2015-11-07 15:45:45 +01:00
Alessio Sergi 65fc555f76 Fix broken format string in debug messages 2015-11-07 11:28:50 +01:00
Nicolas Hennion 4721b43dc6 Merge pull request #717 from notFloran/webui-fix-nice
[WebUI] fixe display of nice on windows
2015-11-07 08:57:57 +01:00
Floran Brutel 2a3d58620d WebUI : fixe display of nice on windows 2015-11-07 08:01:07 +01:00
Alessio Sergi 25816ceae7 Percentage bars: non-blocking solution for values out of range 2015-11-06 22:33:11 +01:00
nicolargo 4426487e63 Merge branch 'develop' of https://github.com/nicolargo/glances into develop 2015-11-06 18:27:58 +01:00
nicolargo b4abf20b3b Add a shortcut to delete process filter #699 / Correct some issue on encoding if monitoring list process return string with accent 2015-11-06 18:27:23 +01:00
Alessio Sergi cf7653e772 InfluxDB/OpenTSDB: fix broken tag parsing
Close #713.
2015-11-06 16:58:58 +01:00
Nicolargo 94174078c8 Can't read sensors on a Thinkpad (issue #711) 2015-11-06 14:55:39 +01:00
Alessio Sergi 7b1dc3cf6d More super() call 2015-11-04 19:55:55 +01:00
Alessio Sergi 0fd7d1c27a Add missing super() call
__init__ method from base class 'GlancesStats' is not called.
2015-11-04 12:43:24 +01:00
Alessio Sergi 25f531e3d4 Use the new compat module 2015-11-03 17:06:18 +01:00
Alessio Sergi 4639fffc34 Add compat
Python 2/3 compatibility shims.
2015-11-03 17:06:18 +01:00
Alessio Sergi 88652f9417 Fix super() call
The first argument should be the name of the child class that is calling
super() (GlancesPasswordList in this case).
2015-11-03 17:00:00 +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 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