Alessio Sergi
|
15051499c4
|
Use Python 2.6 compatible string.format calls (3)
|
2016-03-11 19:00:00 +01:00 |
|
Alessio Sergi
|
ebd5f60962
|
Close the hddtemp socket in the finally block
This way we avoid leaving sockets open which can trigger a
ResourceWarning in some cases.
|
2016-03-11 18:20:20 +01:00 |
|
Alessio Sergi
|
45820e9183
|
Warning about Python 2.6 deprecation
|
2016-03-11 12:26:26 +01:00 |
|
Alessio Sergi
|
2d255b55ab
|
Fix another side effect of commit fcc65bf (issue #809)
|
2016-03-11 10:30:00 +01:00 |
|
Nicolas Hennion
|
edc3331b20
|
Merge pull request #806 from nclsHart/webui-ip-shortcut
[Web UI] add missing show/hide IP module shortcut
|
2016-03-09 22:03:19 +01:00 |
|
Nicolas Hart
|
440993e406
|
[Web UI] add missing show/hide IP module shortcut
|
2016-03-09 21:54:02 +01:00 |
|
Alessio Sergi
|
a548103024
|
Disable more sections in the configuration file (already disabled by default)
Fix some typos.
|
2016-03-07 17:55:53 +01:00 |
|
Alessio Sergi
|
46846b49c0
|
Disable the folders section in the shipped configuration file
...otherwise the plugin will be enabled in Python 3.5+ by default.
|
2016-03-07 17:22:17 +01:00 |
|
Alessio Sergi
|
12f20feb31
|
Fix side effect of commit fcc65bf
psutil's Process.cmdline is a list, so treat it as is.
|
2016-03-07 13:09:58 +01:00 |
|
Alessio Sergi
|
5f16ba60f4
|
requirements.txt: psutil 4.0.0
|
2016-03-06 20:06:13 +01:00 |
|
Alessio Sergi
|
ce8dccd392
|
MANIFEST.in: sync with reality and simplify
|
2016-03-06 19:53:05 +01:00 |
|
Alessio Sergi
|
36c8af3fe1
|
Add README on building docs
|
2016-03-06 19:16:37 +01:00 |
|
Alessio Sergi
|
cbcf779dc2
|
Use Sphinx for man page
|
2016-03-06 19:16:37 +01:00 |
|
Alessio Sergi
|
c1e1ad4da5
|
Use Sphinx for doc
|
2016-03-06 19:16:37 +01:00 |
|
Alessio Sergi
|
fcc65bf14d
|
Fix highlighting of process when it contains whitespaces (issue #546)
|
2016-03-06 19:00:09 +01:00 |
|
Alessio Sergi
|
c9f453fd5e
|
Merge pull request #805 from nclsHart/fix-fs-long-name
[Web UI] Fix display issue in fs plugin with long device name
|
2016-03-06 18:23:52 +01:00 |
|
Nicolas Hart
|
d0c84925c0
|
[Web UI] fix display issue in fs plugin with long device name
|
2016-03-06 18:17:04 +01:00 |
|
nicolargo
|
d6e1067e9f
|
Update unitest with FOLDERS and IP plugins (revert test on IP key)
|
2016-03-06 17:24:15 +01:00 |
|
nicolargo
|
5948260bb2
|
Update unitest with FOLDERS and IP plugins
|
2016-03-06 17:20:10 +01:00 |
|
Nicolas Hennion
|
a51582aa2c
|
Merge pull request #804 from notFloran/use-non-minified-javascript-vendors
Use non minified version of javascript vendors
|
2016-03-05 15:32:00 +01:00 |
|
Floran Brutel
|
544f8a02d4
|
Use non minified version of javascript vendors
|
2016-03-05 14:16:12 +01:00 |
|
nicolargo
|
9e8d0e191d
|
Update documentation (man page)
|
2016-03-04 16:30:52 +01:00 |
|
nicolargo
|
ce09750b3e
|
Update documentation
|
2016-03-04 16:29:17 +01:00 |
|
nicolargo
|
c9dce8a7a2
|
Do not update network interface is hide tag is set
|
2016-03-04 13:06:48 +01:00 |
|
nicolargo
|
841af2ddab
|
Merge branch 'issue693' into develop
|
2016-03-04 10:57:34 +01:00 |
|
nicolargo
|
40d05a7a71
|
Change username for server and web server authentication (issue #693)
|
2016-03-04 10:57:15 +01:00 |
|
Nicolas Hennion
|
116bb6b068
|
Merge pull request #803 from notFloran/webui-hide-diskio-when-no-data
[WebUI] hide diskio when no data
|
2016-03-04 10:47:13 +01:00 |
|
Floran Brutel
|
2aaf93c9ba
|
Hide diskio in the WebUI if no data
|
2016-03-04 10:35:59 +01:00 |
|
Nicolargo
|
5497ae125f
|
Use wildcard (regexp) to the hide configuration option for network, diskio and fs sections #799
|
2016-02-26 13:38:46 +01:00 |
|
Nicolargo
|
2cb24a88be
|
Done for FS and NETWORK. To be tested
|
2016-02-26 11:42:47 +01:00 |
|
nicolargo
|
5785fcff28
|
First try, FS and NETWORK did not work...
|
2016-02-25 22:12:55 +01:00 |
|
Nicolargo
|
8e41f7bc6f
|
Change download link to HTTPS
|
2016-02-24 09:18:16 +01:00 |
|
Alessio Sergi
|
61b524640c
|
Fix 'dict_items' object does not support indexing in Python 3 (#795)
|
2016-02-21 17:38:40 +01:00 |
|
Alessio Sergi
|
887c811bde
|
Fix another sorting issue in Python 3
|
2016-02-21 16:00:06 +01:00 |
|
Alessio Sergi
|
aa86c0b67f
|
Fix RAID support in Python 3 (issue #793)
|
2016-02-21 15:21:21 +01:00 |
|
Nicolas Hennion
|
7e8bd7fad1
|
Merge pull request #792 from georgewhewell/patch-1
fix crash in docker plugin if cpu usage not available
|
2016-02-20 19:14:32 +01:00 |
|
Nicolas Hennion
|
949011497d
|
Merge pull request #791 from rklabs/fix-index-error
IndexError in browser mode
|
2016-02-20 19:12:27 +01:00 |
|
georgewhewell
|
9061da11b2
|
fix crash in docker plugin if cpu usage not available
|
2016-02-15 22:33:59 +00:00 |
|
Raju Kadam
|
4e19c61f9b
|
Fix IndexError in browser mode
|
2016-02-10 17:21:14 -08:00 |
|
nicolargo
|
c9d2505749
|
Correct issue export InfluxDB 0.10
|
2016-02-07 16:20:23 +01:00 |
|
Nicolas Hennion
|
a69eb9ff37
|
Merge pull request #789 from notFloran/webui-arguments
[WebUI] Use arguments
|
2016-02-07 15:38:27 +01:00 |
|
Floran Brutel
|
e540461620
|
The arguments are now used in the WebUI
|
2016-02-07 13:49:32 +01:00 |
|
Nicolargo
|
4dd46cfef5
|
Add Docker Glances container docs
|
2016-02-05 16:16:40 +01:00 |
|
nicolargo
|
d959ca97b6
|
Update Debian packager
|
2016-02-04 20:40:13 +01:00 |
|
nicolargo
|
5422bbbddf
|
Add a connector to ElasticSearch (welcome to Kibana dashboard) #311
|
2016-02-04 14:23:18 +01:00 |
|
Nicolargo
|
83f2da1a7c
|
Change the Glances Debian packet maintener
|
2016-02-01 14:58:12 +01:00 |
|
nicolargo
|
80bc055554
|
Correct a regression on the monitoring process list folloing the compat.py implementation
|
2016-01-31 15:35:41 +01:00 |
|
nicolargo
|
256c9cee06
|
Implement new endpoint to get args in the Restful API
|
2016-01-31 10:05:39 +01:00 |
|
Alessio Sergi
|
dae8db065c
|
Hide program path in short process view
Fix bug introduced in commit e350cb5 .
|
2016-01-27 11:35:02 +01:00 |
|
Nicolas Hennion
|
a304798c16
|
Merge pull request #787 from desbma/develop
Revert "Merge pull request #786 from desbma/develop"
|
2016-01-27 09:46:08 +01:00 |
|