Nicolargo
c364977df1
Add support for OpenTSDB export (issue #638 )
2015-08-06 23:07:28 +02:00
Nicolargo
79dc79f9f1
Infrequently crashing due to assert (issue #623 )
2015-08-06 14:48:24 +02:00
Nicolargo
8e8e6544e9
Add --full-quicklook tag (key '4')
2015-08-03 19:01:54 +02:00
Nicolargo
8217b9e217
First try. Had to make perCPU bar better
2015-08-02 22:47:52 +02:00
Alessio Sergi
8911701480
Fix crash when visualizing per-CPU stats
2015-08-01 00:38:31 +02:00
Nicolargo
edae610825
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
2015-07-31 13:38:30 +02:00
Nicolargo
af5598056a
Value for free disk space is counterintuative on ext file systems (issue#644)
2015-07-31 13:37:47 +02:00
Nicolas Hennion
0d5086b481
Merge pull request #642 from nclsHart/fix-553
...
[Web UI] Help page responsive on small screen
2015-07-29 16:01:35 +02:00
Alessio Sergi
c29f1cda9a
Merge pull request #641 from h3xx/latin1-fix-develop
...
Fix UTF-8 characters being output on latin1 terminals
2015-07-29 12:31:53 +02:00
Nicolas Hart
672a5fcedd
Web UI help page responsive on small screen
2015-07-28 21:54:38 +02:00
Dan Church
52aeecc897
Fix UTF-8 characters being output on latin1 terminals
...
This fix translates the characters to an appropriate encoding for the
terminal. "°C" (A acute, degrees, C) was being output on latin1
terminals, which is a bug since the LC_CTYPE locale setting should tell
the program whether it's okay to output Unicode.
This follows the recommendation from the official curses library
documentation: https://docs.python.org/2/library/curses.html
Steps to reproduce the issue:
1. Install pysensors, enable any kernel modules necessary to support it
2. Run `LANG=en_US rxvt -e glances`
3. Look in SENSORS section
The corrupt Unicode character sequence will appear.
2015-07-28 14:53:03 -05: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