Nicolas Hennion
1722dbc3ea
Merge pull request #655 from nclsHart/webui-debug
...
[Web UI] Fix debug mode
2015-08-22 16:42:26 +02:00
Nicolas Hart
95b791cd53
read web UI debug file from temp dir and do not raise error if file does not exist
2015-08-22 15:07:15 +02:00
Nicolargo
3110562311
Limit plugin Quicklook size to 80 chars
2015-08-21 17:38:18 +02:00
Nicolargo
0ee5b259db
Update NEWS file
2015-08-21 16:27:07 +02:00
Nicolargo
e60522f2db
Merge branch 'issue519' into develop
2015-08-21 16:18:16 +02:00
Nicolargo
5bccb81439
Replace Timer by sleep
2015-08-21 16:07:08 +02:00
Nicolas Hennion
01d1531d40
Merge pull request #653 from nclsHart/disconnected
...
[Web UI] Warn user if the server is down/disconnected
2015-08-21 11:18:32 +02:00
Nicolas Hart
ba72ceb8df
warn user in the web UI if the server is down/disconnected
2015-08-20 22:26:55 +02:00
Nicolargo
ffb26c849e
Add Timer to docker thread
2015-08-20 11:55:27 +02:00
nicolargo
6539260df3
Crach with Docker plugin (issue #649 )
2015-08-13 15:17:37 +02:00
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
Nicolas Hennion
481ddd9d9f
Merge pull request #626 from di3goleite/master
...
Install python-devel depencie for Fedora/CentOS/RHEL
2015-07-08 08:26:51 +02:00
Diego Leite
1e6545833c
Install python-devel depencie for Fedora/CentOS/RHEL
2015-06-30 14:39:06 -03: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
9443dea4e5
Add CONTRIBUTING.md file
2015-06-07 12:12:25 +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