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
Nicolargo
c286f15d13
Add auto deployment through Travis: on tag on master branch
2017-02-06 19:30:01 +01:00
Nicolargo
bca8784804
Add auto deployment through Travis: on tag on master branch
2017-02-06 19:16:50 +01:00
Nicolargo
7a13db7af5
After 2.8.1 release
2017-02-06 18:39:05 +01:00
Nicolargo
a0b05348cd
version 2.8.1
2017-02-06 18:12:58 +01:00
Nicolargo
cba1576545
Merge branch 'master' into develop
2017-02-06 18:12:29 +01:00
Nicolargo
d766012397
Merge branch 'issue1022' into develop
2017-02-06 17:31:10 +01:00
Nicolargo
1b775a0536
Can't export data to a CSV file in Client/Server mode (issue #1023 )
2017-02-06 17:30:47 +01:00
Nicolargo
2f7a61ded3
Glances export issue with CPU and SENSORS (issue #1024 )
2017-02-06 17:05:56 +01:00
Nicolargo
36c4269f4b
Correct an issue on export CPU and SENSORS
2017-02-06 16:58:40 +01:00
Nicolargo
e33f11f1d5
Add a check on export stats
2017-02-06 14:43:03 +01:00
nicolargo
e0a8568f65
Remove Py3sensors and replace it by PsUtil
2017-02-05 15:17:23 +01:00
Alessio Sergi
83d04ccf59
Update config doc and improve formatting
2017-01-31 18:08:18 +01:00
Alessio Sergi
93fbf75603
Optimize config code
...
- Remove duplicate code (one place to rule them all)
- Add SunOS support
- Add a safe function for creating a directory tree
- Put cache file in the cache directories
2017-01-31 18:04:53 +01:00
nicolargo
921710b0e6
IRQ plugin is not display anymore #1013 + NEWS
2017-01-29 17:24:02 +01:00
nicolargo
f35c8bf256
IRQ plugin is not display anymore #1013
2017-01-29 17:23:45 +01:00
nicolargo
12b75d44d9
interrupts and usb_fiq #1007
2017-01-29 17:15:22 +01:00
nicolargo
12412caf56
Add GPU to the unitest
2017-01-28 18:54:27 +01:00
nicolargo
1f251f8c68
GPU plugin is display when hitting '4' or '5' shortkeys #1012
2017-01-28 16:04:07 +01:00
nicolargo
5f0d913587
Fix typo in network text #1008 + docs
2017-01-28 15:52:21 +01:00
nicolargo
410445b354
Merge commit '736e91c' into develop
2017-01-28 15:51:11 +01:00
Nicolas Hennion
e61e995179
Merge pull request #1008 from HelioCampos/patch-1
...
Fix typo in network text
2017-01-28 15:50:09 +01:00
nicolargo
64036c6ff1
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
2017-01-26 20:27:11 +01:00
Nicolas Hennion
871e429ba1
Merge pull request #1011 from fraoustin/issue#1009
...
issue#1009
2017-01-26 20:25:08 +01:00