nicolargo
|
13adb3b781
|
Use psutil.sensors_battery() as a backup of batinfo
|
2017-03-07 18:57:37 +01:00 |
|
Alessio Sergi
|
331f2372a7
|
Add timeout to outdated too
|
2017-03-06 17:14:01 +01:00 |
|
Alessio Sergi
|
f3429c5e05
|
Handle crash when no gateway is available (offline machines)
|
2017-03-06 16:23:56 +01:00 |
|
Alessio Sergi
|
177c534254
|
Fix debug message
|
2017-03-06 14:39:53 +01:00 |
|
Alessio Sergi
|
d2db1fb685
|
Fix "'break' outside loop" and remove unused exception
|
2017-03-06 14:37:29 +01:00 |
|
nicolargo
|
4cec1025da
|
Ready to be tested. Glances 2.8.3_RC1
|
2017-03-05 20:29:07 +01:00 |
|
nicolargo
|
cc1dd36e94
|
Add timeout to requests requets...
|
2017-03-05 20:13:34 +01:00 |
|
nicolargo
|
89e4d1f11f
|
Cloud plugin: Do not get all URL if first one failed
|
2017-03-05 16:02:35 +01:00 |
|
Nicolas Hennion
|
411d22d047
|
Merge pull request #1045 from notFloran/webui-fix-fs-mountpoint-too-long
[WebUI] Cut mount point if it's too long
|
2017-03-05 13:30:38 +01:00 |
|
Floran Brutel
|
30dd8f7d02
|
Cut mount point if is too long in the web ui
|
2017-03-05 13:12:46 +01:00 |
|
nicolargo
|
01a9ac9552
|
Remove test comment introduce in #1044
|
2017-03-05 13:08:14 +01:00 |
|
Nicolas Hennion
|
c416136070
|
Merge pull request #1044 from notFloran/webui-cloud
Integrate the new cloud plugin in the webUI
|
2017-03-05 13:00:11 +01:00 |
|
nicolargo
|
5ee81bc9c3
|
Merge branch 'psutilfans' into develop
|
2017-03-05 12:56:27 +01:00 |
|
nicolargo
|
f797bee738
|
Add fans support thanks to PsUtil 5.2.0
|
2017-03-05 12:56:12 +01:00 |
|
Floran Brutel
|
c8ffd34d72
|
Integrate the new cloud plugin in the webUI
|
2017-03-05 12:52:56 +01:00 |
|
nicolargo
|
e2804a6010
|
Add requests as a prerequisite for Cloud plugin
|
2017-03-02 21:03:51 +01:00 |
|
nicolargo
|
2d73480312
|
Correct b to s convertion in the Cloud Plugin (Python 3)
|
2017-03-02 20:59:15 +01:00 |
|
nicolargo
|
ea8a50b3c9
|
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
|
2017-02-28 21:59:16 +01:00 |
|
nicolargo
|
42fbf2063b
|
Add instance and replace ami per instance in the Cloud AWS plugin
|
2017-02-28 21:58:50 +01:00 |
|
Alessio Sergi
|
2b3ebb5885
|
Fix formatting for CPU stats documentation
|
2017-02-23 12:52:35 +01:00 |
|
Alessio Sergi
|
932f8ee841
|
Add CONFIGURATION section to man page
|
2017-02-23 11:23:43 +01:00 |
|
Alessio Sergi
|
7ad5b2e6e8
|
Improve documentation about TEMP on Windows
|
2017-02-23 11:18:33 +01:00 |
|
Alessio Sergi
|
fef6f8a860
|
Use triple quotation marks for epilog
|
2017-02-22 19:43:28 +01:00 |
|
Alessio Sergi
|
f5bbd9ed4d
|
Do not use backslash for line continuation
The preferred way of wrapping long lines is by using Python's implied
line continuation inside parentheses.
Fix wrong indentation too.
|
2017-02-22 16:12:46 +01:00 |
|
Alessio Sergi
|
257a5a3d7b
|
Fix regression introduced which broke config (#1038)
On Windows, fallback to %APPDATA% if %LOCALAPPDATA% doesn't exist.
|
2017-02-22 12:54:12 +01:00 |
|
nicolargo
|
3bb1ced681
|
Add some options on Windows
|
2017-02-21 16:33:06 +01:00 |
|
nicolargo
|
9cee73212a
|
Glances --export-influxdb starts webserver (#1038)
|
2017-02-20 17:51:53 +01:00 |
|
nicolargo
|
88a6091a96
|
Correct issue in the cloud plugin, do not retreive the good data in the API again
|
2017-02-12 19:26:02 +01:00 |
|
nicolargo
|
22a62931d3
|
Correct issue in the cloud plugin, do not retreive the good data in the API
|
2017-02-12 19:09:42 +01:00 |
|
nicolargo
|
dbb59bca02
|
Merge branch 'issue1029' into develop
|
2017-02-12 18:50:33 +01:00 |
|
nicolargo
|
7acca165fd
|
First part of the implementation of the issue #1029 (all but the Web UI integration
|
2017-02-12 18:49:25 +01:00 |
|
nicolargo
|
ca79bd5c43
|
Update PsUtil to 5.1.3
|
2017-02-11 18:22:56 +01:00 |
|
nicolargo
|
8065aed26d
|
Merge branch 'issue1018' into develop
|
2017-02-11 10:06:11 +01:00 |
|
nicolargo
|
fd45d4121a
|
Remove batinfo dep
|
2017-02-11 10:05:54 +01:00 |
|
nicolargo
|
fd2db19ce3
|
Merge branch 'issue1018' of https://github.com/nicolargo/glances into issue1018
|
2017-02-11 09:59:24 +01:00 |
|
nicolargo
|
907856a941
|
Global name standalone not defined (#1030). Correct only the error message at the end of Glances but not the main cause of the issue (Webserver interface is not displayed)
|
2017-02-10 22:24:19 +01:00 |
|
Nicolargo
|
5d15fe5feb
|
Merge branch 'issue1017' of https://github.com/nicolargo/glances into issue1018
|
2017-02-08 16:18:21 +01:00 |
|
Nicolargo
|
34c35703af
|
Merge develop
|
2017-02-08 16:16:28 +01:00 |
|
Nicolargo
|
a4238443ac
|
Remove double blank line
|
2017-02-08 16:13:13 +01:00 |
|
Nicolargo
|
943e8a1a80
|
TypeError: string indices must be integers (glances_percpu.py) step 2 #1027
|
2017-02-08 14:08:27 +01:00 |
|
Alessio Sergi
|
06e12a2124
|
Drop py3sensors from optional-requirements.txt and tox.ini too
|
2017-02-08 13:02:59 +01:00 |
|
Alessio Sergi
|
e40640d47d
|
psutil.sensors_temperatures() is available in version 5.1.0 or greater
|
2017-02-08 12:51:55 +01:00 |
|
Nicolargo
|
b38372f39e
|
TypeError: string indices must be integers (glances_percpu.py) #1027
|
2017-02-08 10:04:49 +01:00 |
|
Nicolargo
|
17e1c8c674
|
Unable to launch Glances on Windows #1021
|
2017-02-07 14:43:55 +01:00 |
|
Nicolargo
|
82eaf3372f
|
After version 2.8.2
|
2017-02-07 13:25:54 +01:00 |
|
Nicolargo
|
d2dcdf7fb5
|
Merge branch 'master' into develop
|
2017-02-07 13:19:03 +01:00 |
|
Nicolargo
|
b81ac02242
|
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
|
2017-02-07 13:17:46 +01:00 |
|
Nicolargo
|
b38def991c
|
version 2.8.2
|
2017-02-07 13:17:26 +01:00 |
|
Nicolargo
|
a9bdff38d9
|
InfluxDB export in 2.8.1 is broken (issue #1026)
|
2017-02-07 13:14:16 +01:00 |
|
Alessio Sergi
|
f468367522
|
nvidia-ml-py is Python 2-only (shame)
|
2017-02-07 12:20:19 +01:00 |
|