Nicolargo
af5598056a
Value for free disk space is counterintuative on ext file systems (issue#644)
2015-07-31 13:37:47 +02:00
Nicolargo
7d09e4e179
Remove dev log message
2015-07-26 00:07:12 +02:00
Nicolargo
39f06766bf
Merge branch 'issue630' into develop
2015-07-26 00:02:15 +02:00
Nicolargo
a0d79cb1d0
News --disable-quicklook, --disable-cpu, --disable-mem, --disable-swap, --disable-load tags (issue #631 )
2015-07-26 00:01:42 +02:00
Alessio Sergi
24dafe83a2
Merge pull request #636 from eroullit/develop
...
unittest: virtualenv support
2015-07-20 12:41:27 +02:00
Emmanuel Roullit
485f2203e0
unittest: start server in a modified environment.
...
This changes allows the user to run the unittests properly in
a virtualenv setup. Once the venv activated, /usr/bin/env
will point the python executable within the venv instead of
the system one.
Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
2015-07-20 11:59:40 +02:00
Nicolargo
c69e965d3d
Disable CPU, MEM, SWAP and LOAD done. Had to change the glances_curses module to compute the QL size
2015-07-19 22:48:48 +02:00
Nicolargo
49c3c6c6be
IRIX mode off implementation (issue#628)
2015-07-19 03:59:05 +02:00
Alessio Sergi
c9df26a227
Add py26-requirements.txt
...
py26-requirements.txt explicitly lists Python 2.6 dependencies only.
To be used with pip like so: pip install -r py26-requirements.txt.
2015-07-18 19:24:19 +02:00
Alessio Sergi
afe5e6c7f2
Use Python 2.6 compatible string.format calls ( closes #633 )
2015-07-18 18:18:18 +02:00
Nicolargo
e116ff4d45
Correct issue with long container name (Docker plugin)
2015-07-12 16:06:25 +02:00
Nicolas Hennion
2e5114d318
Merge pull request #630 from CuriosityApp/emidln/influxdb_09x
...
Support InfluxDB 0.9.x
2015-07-11 17:47:18 +02:00
Brandon Adams
8b74f42c85
Update documentation mentioning 0.9.x tags
2015-07-08 09:42:53 -05:00
Brandon Adams
d40f01e0ed
Support InfluxDB 0.9.x
...
This adds support for the JSON payload schema used in 0.9.x. This
also adds support for the tags feature available in 0.9.x via the
config option tags. Tags is a comma separated list of colon
separated key:value pairs. An example:
```
[influxdb]
tags = foo:bar,spam:eggs,region:us-east-1
```
2015-07-08 09:42:53 -05:00
nicolargo
e875f34980
Update man page
2015-06-20 14:37:12 +02:00
nicolargo
5b397d8e90
Support Fahrenheit (issue #620 )
2015-06-19 23:14:21 +02:00
nicolargo
4b1f5a2731
Allow export of Docker and sensors plugins stats to InfluxDB, StatsD... (issue #600 )
2015-06-19 22:26:33 +02:00
nicolargo
2fd6124202
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
2015-06-07 12:10:43 +02:00
nicolargo
92fd491880
Add the CONTRIBUTING.md file
2015-06-07 12:10:22 +02:00
Alessio Sergi
2c43a04cfd
glances_password: add sha256_hash method
...
Replace the duplicate _encoded_password method.
Fix some wrong comments.
Remove unused method in glances_main.
2015-06-03 16:26:26 +02:00
Alessio Sergi
d5e4f367bf
Short process name: fix for previous
...
...otherwise kernel threads will be highlighted too.
2015-06-02 20:39:32 +02:00
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