nicolargo
|
e350cb5b0c
|
Short process name displays arguments (issue #609)
|
2015-06-02 19:24:13 +02:00 |
|
Nicolargo
|
4ff281cde6
|
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
|
2015-06-02 14:28:12 +02:00 |
|
Nicolargo
|
d09927eadc
|
First try of basic auth on the web server (add the user name) (issue #615)
|
2015-06-02 14:27:52 +02:00 |
|
Nicolargo
|
841062e15c
|
Merge branch 'notFloran-add-password-web-ui' into develop
|
2015-06-02 14:23:57 +02:00 |
|
Nicolargo
|
ec7617edee
|
Merge branch 'add-password-web-ui' of https://github.com/notFloran/glances into notFloran-add-password-web-ui
|
2015-06-02 14:20:46 +02:00 |
|
Alessio Sergi
|
9e904d6204
|
Use comprehensions instead of map/lambda (take 2)
|
2015-06-02 00:56:02 +02:00 |
|
Floran Brutel
|
b0940c9c69
|
First try of basic auth on the web server
|
2015-06-01 22:36:15 +02:00 |
|
nicolargo
|
dfe20754f6
|
Try to solve the issue #503... But failed. Solve another issue when enter empty passwor in the curses interface
|
2015-05-31 22:23:45 +02:00 |
|
nicolargo
|
a0dd2574af
|
Display an error if export is not used in the standalone/client mode (issue #614)
|
2015-05-31 18:39:12 +02:00 |
|
nicolargo
|
4f41d8c062
|
Server password configuration for the browser mode #500
|
2015-05-31 16:37:20 +02:00 |
|
nicolargo
|
5e4c51652c
|
The day after 2.4.2...
|
2015-05-28 22:16:08 +02:00 |
|
nicolargo
|
1f950e3d22
|
version 2.4.2
|
2015-05-28 22:09:31 +02:00 |
|
Alessio Sergi
|
6fac3bae1f
|
glances_percpu.py: use enumerate
|
2015-05-28 20:20:25 +02:00 |
|
Alessio Sergi
|
8c30ab1942
|
glances_percpu.py: total: python3 fix
|
2015-05-28 20:08:28 +02:00 |
|
Nicolargo
|
0b174d11db
|
Correct issue in the per CPU total
|
2015-05-27 15:35:03 +02:00 |
|
nicolargo
|
1f59d2dd6e
|
Update NEWS file according to latests corrected issues
|
2015-05-26 22:36:36 +02:00 |
|
Alessio Sergi
|
a1d54d1072
|
Merge pull request #611 from notFloran/fix-empty-battery-sensor
[Web UI] Remove empty battery
|
2015-05-26 15:47:29 +02:00 |
|
Alessio Sergi
|
cf44c0db67
|
Merge pull request #610 from notFloran/improve-per-cpu-plugin
[Web UI] Improve per cpu plugin
|
2015-05-26 15:46:26 +02:00 |
|
Alessio Sergi
|
64132c2045
|
Disable --tree option on non-Linux platforms (take 3)
|
2015-05-25 14:57:25 +02:00 |
|
Floran Brutel
|
9e2a72245c
|
Remove empty battery in the web ui
|
2015-05-25 12:37:39 +02:00 |
|
Floran Brutel
|
904840cd79
|
Improve display of per cpu plugin
|
2015-05-25 11:42:06 +02:00 |
|
Alessio Sergi
|
ee6d7e4b5c
|
Quick look: use only ASCII chars to build the progress bar
It "just works" everywhere and in every situation.
|
2015-05-25 10:45:22 +02:00 |
|
nicolargo
|
4f79ead1b4
|
Try/catch for unexpected psutil.NoSuchProcess: process no longer exists (issue #432)
|
2015-05-25 10:00:26 +02:00 |
|
nicolargo
|
31de5b3b1c
|
On the road of Glances 2.5... the return
|
2015-05-20 17:30:27 +02:00 |
|
nicolargo
|
fcfa451402
|
Glances 2.4.1 hotfix
|
2015-05-20 17:23:09 +02:00 |
|
nicolargo
|
088c58222c
|
Merge branch 'master' into develop
|
2015-05-20 17:22:42 +02:00 |
|
nicolargo
|
21f9e3db5d
|
Fatal error using Python 3.4 and Docker plugin bug (issue #602)
|
2015-05-20 17:11:46 +02:00 |
|
nicolargo
|
d89c7835d9
|
On the road of Glances 2.5
|
2015-05-20 12:29:59 +02:00 |
|
nicolargo
|
fd6c7a8934
|
Merge branch 'develop'
|
2015-05-20 10:14:12 +02:00 |
|
nicolargo
|
0e4e18a3eb
|
Update screenshots and documentation
|
2015-05-20 10:12:34 +02:00 |
|
Alessio Sergi
|
7d28fe8020
|
exports: use comprehensions instead of map/lambda
Use enumerate too.
|
2015-05-18 16:32:04 +02:00 |
|
Alessio Sergi
|
58a1361769
|
glances_influxdb.py: use client for InfluxDB v0.8.x
To use the API for 0.8.x, the legacy client has to be imported
explicitly.
Fix bad continuation.
|
2015-05-16 23:58:44 +02:00 |
|
Alessio Sergi
|
571b9eb999
|
Revert "glances_help.py: replace list creation with list literal"
This reverts commit ca5f59d03a .
This causes an infinite loop in autodiscover mode.
|
2015-05-16 23:34:30 +02:00 |
|
Nicolas Hennion
|
321b31b188
|
Merge pull request #599 from vsn4ik/monitor_counter
Fix monitor section (counter)
|
2015-05-16 22:31:16 +02:00 |
|
Alessio Sergi
|
758edc60b3
|
Use isinstance() for type check
|
2015-05-16 12:45:45 +02:00 |
|
Alessio Sergi
|
d79703f39f
|
Remove unused variables
|
2015-05-16 10:25:16 +02:00 |
|
Alessio Sergi
|
b0f94cda7d
|
Fix bad continuation
|
2015-05-15 16:33:02 +02:00 |
|
vsn4ik
|
7b3d5d6dd1
|
Fix monitor section (counter)
|
2015-05-15 00:21:49 +03:00 |
|
Alessio Sergi
|
da661ee498
|
glances_rabbitmq.py: fix bad indentation
|
2015-05-14 20:17:26 +02:00 |
|
Alessio Sergi
|
075ac79bcc
|
Merge pull request #597 from nclsHart/remove-base-tpl
[Web UI] Remove unused base.tpl file
|
2015-05-14 20:00:14 +02:00 |
|
Nicolas Hart
|
07b8ff67a0
|
remove unused base.tpl file
|
2015-05-14 13:16:24 +02:00 |
|
Alessio Sergi
|
6f5407ba31
|
glances_system.py: make _linux_os_release() a function
|
2015-05-14 12:25:43 +02:00 |
|
Alessio Sergi
|
154afd8851
|
glances/README.txt: fix misspelling
|
2015-05-14 01:11:01 +02:00 |
|
Alessio Sergi
|
f0a09ec10f
|
glances_actions.py: fix typo in comment (issue #596)
|
2015-05-14 01:00:57 +02:00 |
|
Alessio Sergi
|
32f860044e
|
glances/README.txt: remove duplicate entry (issue #596)
|
2015-05-14 01:00:49 +02:00 |
|
Alessio Sergi
|
360b92b672
|
Use svg in badges (issue #596)
|
2015-05-14 01:00:39 +02:00 |
|
Alessio Sergi
|
ca5f59d03a
|
glances_help.py: replace list creation with list literal
|
2015-05-13 16:50:50 +02:00 |
|
Alessio Sergi
|
1170dd2a5f
|
glances_help.py: sync with reality
Add IP module (already added in doc and man).
|
2015-05-13 15:55:55 +02:00 |
|
Alessio Sergi
|
e0713b5f74
|
glances-doc.rst: sync with reality cli options
|
2015-05-13 15:15:26 +02:00 |
|
Alessio Sergi
|
35344b9f80
|
glances.1: sync with reality and fix several bugs (wtf)
|
2015-05-13 14:55:00 +02:00 |
|