Nicolargo
|
3f253c7ef8
|
update NEWS file
|
2015-12-22 15:53:46 +01:00 |
|
Nicolargo
|
16a62781e4
|
Add IOps in the DiskIO plugin (issue #763)
|
2015-12-22 15:51:35 +01:00 |
|
Alessio Sergi
|
73bcd657eb
|
Remove unused variable 'v'
|
2015-12-17 20:00:00 +01:00 |
|
Alessio Sergi
|
02613f3223
|
Remove unnecessary parens after 'del' keyword
|
2015-12-17 17:42:42 +01:00 |
|
Alessio Sergi
|
d67fd87763
|
Use dict view objects to avoid issue #758.
|
2015-12-17 17:26:58 +01:00 |
|
Nicolas Hennion
|
3ea76e0e82
|
Merge pull request #761 from notFloran/webui-upgrade-vendors
[WebUI] upgrade vendors
|
2015-12-17 09:32:05 +01:00 |
|
Nicolas Hennion
|
e217ff7ee5
|
Merge pull request #760 from notFloran/fix-debug-file-not-exist
Debug and WebUI : don't crash when the file does not exist
|
2015-12-17 09:30:49 +01:00 |
|
Floran Brutel
|
7771083fd3
|
Upgrade WebUI vendors
|
2015-12-16 19:39:12 +01:00 |
|
Floran Brutel
|
ddb04349f2
|
Debug and web mode : don't crash when the file does not exist
|
2015-12-16 19:08:49 +01:00 |
|
Nicolas Hennion
|
d6e13608cb
|
Merge pull request #759 from notFloran/webui-check-alerts-is-not-empty
[WebUI] check if alerts is empty
|
2015-12-15 19:45:54 +01:00 |
|
Floran Brutel
|
11671cba47
|
WebUi : check if alerts is empty
|
2015-12-15 18:59:55 +01:00 |
|
Nicolargo
|
d59ca96cf0
|
Null point mode set to mode in the Grafana dashboard
|
2015-12-15 15:04:38 +01:00 |
|
Nicolargo
|
f64c866641
|
Use items instead od iterkeys to avoid issue #758 (first try, to be tested)
|
2015-12-15 14:39:03 +01:00 |
|
Nicolargo
|
7ba3d78424
|
Update Grafana dashboard for Grafana 2.6+
|
2015-12-15 10:21:05 +01:00 |
|
Nicolas Hennion
|
201e287345
|
Merge pull request #756 from nclsHart/fix-webui-hide-interface
Fix hide interface config not take into account in web ui
|
2015-12-15 09:08:16 +01:00 |
|
Nicolas Hennion
|
fd50ce514b
|
Merge pull request #755 from nclsHart/fix-webui-hddtemp
Fix hddtemp not displayed in web ui
|
2015-12-15 09:07:56 +01:00 |
|
Nicolas Hart
|
02ed3e4d66
|
Fix hide interface config not take into account in web ui
Fix #719
|
2015-12-14 22:51:32 +01:00 |
|
Nicolas Hart
|
fe2383f107
|
Fix hddtemp not displayed in web ui
Fix #687
|
2015-12-14 22:11:50 +01:00 |
|
nicolargo
|
53ca5b3d79
|
First patch for issue #754 - System exit if Cpu not supported by the Cpuinfo lib
|
2015-12-13 18:11:15 +01:00 |
|
nicolargo
|
2a7412991a
|
Update Grafana Dashboard
|
2015-12-12 18:00:13 +01:00 |
|
nicolargo
|
8a7873ed7e
|
InfluxDB > 0.9.3 needs float and not int for numerical value. Correct issue#749 and issue#750
|
2015-12-12 17:44:30 +01:00 |
|
Nicolas Hennion
|
a530ec23fa
|
Update CONTRIBUTING.md
|
2015-12-12 14:49:29 +01:00 |
|
Alessio Sergi
|
50a7ca7dee
|
Remove unused imports and fix a bare except statement
|
2015-12-11 11:55:15 +01:00 |
|
Alessio Sergi
|
3daf08c80f
|
Disable bg colors when using --disable-bold option
...otherwise the text with bg is unreadable.
|
2015-12-10 17:41:33 +01:00 |
|
Nicolargo
|
969f82c79e
|
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
|
2015-12-09 16:53:11 +01:00 |
|
Nicolargo
|
1fa11fe94c
|
Hack for issue #745
|
2015-12-09 16:52:38 +01:00 |
|
Alessio Sergi
|
064c19e80b
|
Fix logic of --disable-{bold,bg} options
Now, args.disable_bold == True actually means bold is disabled.
The same goes for disable_bg.
|
2015-12-09 13:19:50 +01:00 |
|
Nicolas Hennion
|
21249fa28d
|
Merge pull request #747 from martin-damien/fix-codeblocks-warnings
Fix warning on code-block directives
|
2015-12-08 10:17:53 +01:00 |
|
Damien Martin
|
8fe037a7a6
|
Fix warning on code-block directives
An argument is mandatory for the `code-block` directives.
|
2015-12-08 08:41:23 +01:00 |
|
Nicolargo
|
40fa40310e
|
Correct issue with unitary test
|
2015-12-07 17:20:07 +01:00 |
|
Nicolargo
|
cbb6a171fc
|
By default, hide disk I/O ram1-** (issue #714)
|
2015-12-07 17:07:50 +01:00 |
|
nicolargo
|
e255b2a1f5
|
Add hide configuration key for FS Plugin (issue #736)
|
2015-12-06 14:01:16 +01:00 |
|
nicolargo
|
f3c7db8fd4
|
KeyError: 'cpucore' when exporting data to InfluxDB (issue #729)
|
2015-12-05 15:13:24 +01:00 |
|
Alessio Sergi
|
b57de62392
|
Revert "use travis os feature"
This reverts commit 493bfc9cc5 .
|
2015-12-04 13:09:55 +01:00 |
|
Nicolas Hennion
|
1bd9657ad2
|
Merge pull request #742 from nclsHart/travis-os
[WIP] Use Travis multi os feature
|
2015-12-04 08:55:28 +01:00 |
|
Nicolas Hennion
|
3babe821de
|
Merge pull request #741 from nclsHart/fix-docker-version-regex
Fix unable to find version in docker api error exception parsing
|
2015-12-04 08:53:35 +01:00 |
|
Nicolas Hart
|
493bfc9cc5
|
use travis os feature
|
2015-12-03 22:52:07 +01:00 |
|
Nicolas Hart
|
f8197f4025
|
fix unable to find version in docker api error exception parsing
fix #740
|
2015-12-03 21:32:52 +01:00 |
|
Nicolargo
|
0a75f462f6
|
Add option to disable ANSI background colours (issue #738)
|
2015-12-02 16:39:44 +01:00 |
|
Nicolas Hennion
|
a1ef0b75e8
|
Merge pull request #738 from okdana/issue#68
Add option to disable ANSI background colours.
Thanks for the contribution @okdana !
|
2015-12-02 16:34:21 +01:00 |
|
dana
|
e70a041aee
|
Document --disable-bg option
|
2015-12-02 09:10:44 -06:00 |
|
dana
|
ed83538ee1
|
Add option to disable ANSI background colours
Adds new command-line option `--disable-bg` to address issue #68
(readability problems with white text over coloured backgrounds).
|
2015-12-02 09:09:28 -06:00 |
|
nicolargo
|
23a8dbc5cd
|
Correct issue on unitest
|
2015-11-29 20:50:53 +01:00 |
|
Alessio Sergi
|
382fac50a6
|
Rename OS vars for consistency
|
2015-11-29 20:00:00 +01:00 |
|
Alessio Sergi
|
c3c0c10305
|
Disable netifaces on *BSDs in general
Segmentation fault on OpenBSD too.
See commit 7cfc223 for more info.
|
2015-11-29 19:36:54 +01:00 |
|
nicolargo
|
3dddbfdf00
|
Monitored list: display a default message
|
2015-11-28 22:05:28 +01:00 |
|
nicolargo
|
71a18e67a7
|
When Glances is starting the notifications should be delayed #732
|
2015-11-28 15:52:42 +01:00 |
|
Nicolargo
|
b4d1ee4753
|
Dockerfile. CMD should be a string not a list.
|
2015-11-27 11:31:41 +01:00 |
|
Nicolargo
|
22c4f3d9ed
|
Dockerfile expose ports for WebUI and server mode
|
2015-11-27 11:06:31 +01:00 |
|
Nicolargo
|
18d15f7a4c
|
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
|
2015-11-27 10:54:15 +01:00 |
|