Commit Graph

2158 Commits

Author SHA1 Message Date
Nicolas Hennion
9c80e05f3c Merge pull request #669 from notFloran/webui-disable-quick-look-and-process-message
[WebUI] disable quick look and message when processes stats is disable
2015-09-08 22:48:38 +02:00
Floran Brutel
04033e1c00 WebUI : shortcut to disable quick lock and message when process list is disable 2015-09-08 22:41:11 +02:00
Nicolas Hennion
dd7911f0b0 Merge pull request #668 from notFloran/webui-filesystem-free-space
[WebUI] filesystem free space
2015-09-08 22:34:34 +02:00
Floran Brutel
a70b420862 WebUI : Show filesystem free space
Add "Show filesystem free space"
strict compliance shortcuts
2015-09-08 22:20:25 +02:00
Nicolas Hennion
1e55bcb1ad Merge pull request #667 from notFloran/webui-fix-help
[WebUI] Fix layout of the help page
2015-09-08 22:05:14 +02:00
Nicolas Hennion
4f6f56563b Merge pull request #666 from notFloran/webui-fix-processes-io-write
[WebUI] fix io write in the process list
2015-09-08 22:02:30 +02:00
Floran Brutel
380e4599d5 WebUI : Fix layout of the help page 2015-09-08 21:59:22 +02:00
nicolargo
5f9a59b1dc Add some epty space after the quilook plugin 2015-09-08 21:58:11 +02:00
Floran Brutel
bf32716dfc WebUI : fix io write in the process list 2015-09-08 21:55:24 +02:00
nicolargo
023ac7badd The -4, --full-quicklook option did not work as expected (issue #663) 2015-09-08 21:32:43 +02:00
nicolargo
6fc6d9af24 Filter processes crashs with a bad regular expression pattern (issue #665) 2015-09-08 21:09:00 +02:00
Nicolas Hennion
384c6dcd90 Merge pull request #664 from nclsHart/webui-quicklook
[Web UI] Quicklook plugin
2015-09-06 20:55:36 +02:00
Nicolas Hart
64f53adfa6 add quicklook plugin in web ui 2015-09-05 17:53:20 +02:00
Nicolas Hart
a528d13de5 use the curse colors in web ui 2015-09-05 17:48:48 +02:00
nicolargo
5c60708db6 Monitored list. Only return first line of command line result 2015-08-30 17:22:28 +02:00
nicolargo
dc2ceed5a8 Error with IP plugin (issue #651) 2015-08-30 16:33:59 +02:00
nicolargo
d64dbe9163 Docker plugin crashs with webserver mode (issue #654) 2015-08-30 16:28:24 +02:00
nicolargo
4b0cfe8001 [Web UI] Wrong value in filesystem plugin (issue #662) 2015-08-29 21:14:48 +02:00
Nicolas Hennion
f219f3e130 Merge pull request #660 from nclsHart/webui-memswap-bad-values
[Web UI] Fix memswap plugin displaying mem values
2015-08-29 21:00:02 +02:00
Nicolas Hennion
fe6e231912 Merge pull request #661 from nclsHart/webui-top-plugins-order
[Web UI] Reorder top plugins like in the curse interface
2015-08-29 20:59:51 +02:00
Nicolas Hart
15e5d29301 reorder top plugins in webui like in the curse interface 2015-08-29 18:28:39 +02:00
Nicolas Hart
f3c855c775 fix memswap plugin displaying mem values in web ui 2015-08-29 18:15:52 +02:00
Nicolas Hennion
2b8fe51f92 Merge pull request #659 from nclsHart/webui-keyboard-shortcut
[Web UI] Update keyboard shortcuts
2015-08-27 16:44:06 +02:00
Nicolas Hart
beedb1b8b2 update web UI keyboard shortcuts
* remove all shortcuts not implemented yet in web UI
* implement show/hide Docker stats shortcut
* implement show/hide processes stats
2015-08-27 00:30:57 +02:00
nicolargo
8a795593b3 Update NEWS file 2015-08-23 11:33:37 +02:00
Nicolas Hennion
93bf6a3fcd Merge pull request #658 from notFloran/webui-network-cumulative-combination
[Web UI] Network cumulative/combination
2015-08-23 11:32:05 +02:00
Floran Brutel
701e9138f4 Add network cumulative/combination in the webui
Handle cumulative and combination mode for network I/O
Fix shortcuts for cumulative and combination
Use bit/s for network I/O
2015-08-23 00:13:08 +02:00
nicolargo
ad5974962d Display Docker command in the Curses interface 2015-08-22 23:21:43 +02:00
nicolargo
2957c091e8 The WebUI displays bad sensors stats (issue #632) 2015-08-22 23:12:41 +02:00
Nicolas Hennion
2905689749 Merge pull request #657 from notFloran/hide-empty-sensors
Hide empty sensors in web ui
2015-08-22 23:10:03 +02:00
nicolargo
3d3f6b09d0 Correct issue with args and thread in WebUI for the Docker plugin (issue #654) 2015-08-22 23:02:18 +02:00
nicolargo
2e53ec7850 Update README file 2015-08-22 22:53:43 +02:00
Floran Brutel
6f1caa5c31 Hide empty sensors in web ui 2015-08-22 22:51:46 +02:00
Nicolas Hennion
6c93a2a8f7 Merge pull request #656 from notFloran/refactor-controller-api
[Web UI] Big refactoring
2015-08-22 22:50:50 +02:00
Floran Brutel
83728d1452 Big refactoring of the Web UI
Move logic from controller and views to the new services GlancesStats and GlancesPlugins : GlanceStats load data from api and set data in plugins. Plugins are responsible for transforming data for the view.
GetAlert is now in GlancesPlugin
Use view data instead of getAlert when is possible
Remove directives for monitor plugin
2015-08-22 17:26:09 +02:00
Nicolas Hennion
1722dbc3ea Merge pull request #655 from nclsHart/webui-debug
[Web UI] Fix debug mode
2015-08-22 16:42:26 +02:00
Nicolas Hart
95b791cd53 read web UI debug file from temp dir and do not raise error if file does not exist 2015-08-22 15:07:15 +02:00
Nicolargo
3110562311 Limit plugin Quicklook size to 80 chars 2015-08-21 17:38:18 +02:00
Nicolargo
0ee5b259db Update NEWS file 2015-08-21 16:27:07 +02:00
Nicolargo
e60522f2db Merge branch 'issue519' into develop 2015-08-21 16:18:16 +02:00
Nicolargo
5bccb81439 Replace Timer by sleep 2015-08-21 16:07:08 +02:00
Nicolas Hennion
01d1531d40 Merge pull request #653 from nclsHart/disconnected
[Web UI] Warn user if the server is down/disconnected
2015-08-21 11:18:32 +02:00
Nicolas Hart
ba72ceb8df warn user in the web UI if the server is down/disconnected 2015-08-20 22:26:55 +02:00
Nicolargo
ffb26c849e Add Timer to docker thread 2015-08-20 11:55:27 +02:00
nicolargo
6539260df3 Crach with Docker plugin (issue #649) 2015-08-13 15:17:37 +02:00
Nicolargo
c364977df1 Add support for OpenTSDB export (issue #638) 2015-08-06 23:07:28 +02:00
Nicolargo
79dc79f9f1 Infrequently crashing due to assert (issue #623) 2015-08-06 14:48:24 +02:00
Nicolargo
8e8e6544e9 Add --full-quicklook tag (key '4') 2015-08-03 19:01:54 +02:00
Nicolargo
8217b9e217 First try. Had to make perCPU bar better 2015-08-02 22:47:52 +02:00
Alessio Sergi
8911701480 Fix crash when visualizing per-CPU stats 2015-08-01 00:38:31 +02:00