Nicolargo
21b5a27ed6
Add -v shortut to --version
2014-05-26 15:48:50 +02:00
Nicolargo
7b260f3e12
Ready for RC1...
2014-05-26 15:47:21 +02:00
Nicolargo
0b69b0102c
Cut ifName and DiskName if they are too long in the curses interface
2014-05-26 14:40:30 +02:00
Nicolargo
3e93132879
Windows CLI is OK but early experimental...
2014-05-26 14:29:43 +02:00
Nicolargo
d64e0aa9d1
No boring message if Batinfo is not found...
2014-05-26 14:18:36 +02:00
Nicolargo
72617d1ba1
Python 3.4 compatibility
2014-05-26 14:10:42 +02:00
Nicolargo
6db66e1276
Correct issue: Batterie stat is never updated
2014-05-26 14:02:50 +02:00
Nicolargo
1577ef6dff
Update configuration file exemple
2014-05-26 14:01:37 +02:00
Nicolargo
9cae8263a7
Update configuration file exemple
2014-05-26 14:00:18 +02:00
Nicolargo
8628f1e57a
Add bitrate limits to the networks interfaces
2014-05-26 13:37:51 +02:00
Nicolargo
5961a947db
Reactive limits for sensors
2014-05-26 12:56:40 +02:00
Nicolargo
87258ebf95
Add batteries % to the sensors list
2014-05-26 09:29:08 +02:00
Alessio Sergi
a5a4fab805
Config: remove unused function
...
Update variable names
2014-05-25 20:15:24 +02:00
Alessio Sergi
6bef4843be
Fix plugins path
...
Unhardcode plugins path.
Use plugins path properly: temporarily add plugins path to system path
and then restore it.
2014-05-25 19:01:06 +02:00
Nicolargo
3e49d3cc2d
Correct issue on PROC stats if screen < 80 pixels v2
2014-05-25 18:51:24 +02:00
Nicolargo
a7c5ce2fdd
Correct issue on CPU stats if screen < 80 pixels
2014-05-25 18:38:25 +02:00
Nicolargo
68901e6da5
Correct issue on CPU stats if screen < 80 pixels
2014-05-25 18:36:56 +02:00
Nicolargo
0f3ee2db8b
Merge branch 'develop' of github.com:nicolargo/glances into develop
2014-05-25 18:20:03 +02:00
Nicolargo
a854f3d5d5
Update NEWS
2014-05-25 18:19:40 +02:00
Alessio Sergi
3d84f31876
Use with statement
...
Use with statement when working with files whenever possible.
Use os.makedirs() to create Glances target directory and all parent
ones as needed.
2014-05-24 15:36:01 +02:00
Nicolargo
c68fc5d5c1
Delete process number in the unitarytest
2014-05-24 15:11:53 +02:00
Nicolargo
2eefcdf613
Merge branch 'develop' of github.com:nicolargo/glances into develop
2014-05-24 14:54:50 +02:00
Nicolargo
887921b2e2
Correct issue on the Web server mode
2014-05-24 14:54:22 +02:00
Alessio Sergi
686ffb6085
Drop Python 3.2 support in favor of Python 3.3 and newer
...
Python 3.0, 3.1 and 3.2 do not support the u'' string literal syntax at all.
Unicode string literals were introduced in Python 3.3 again.
See http://legacy.python.org/dev/peps/pep-0414/ for more information.
2014-05-23 16:41:14 +02:00
Alessio Sergi
1194320d03
password: python3 fix
...
- encode password in UTF-8 before hash it
- raw_input() -> input()
2014-05-23 15:15:15 +02:00
Alessio Sergi
d8d7e93ad1
CSV: python3 fix
...
- CSV module is in python stdlib
- more cleaning
2014-05-23 13:05:23 +02:00
Alessio Sergi
d4ea4867d8
Cleaning up *.py files
...
- remove obsolete code
- glances_password: update comments and fix typos
- re-apply fix to avoid string format conflicts (screwed up after
feature branch merges)
- strip trailing whitespaces
- flake8
2014-05-22 11:22:22 +02:00
Nicolargo
621cd74652
Merge branch 'feature/savepassword' into develop
2014-05-21 21:39:05 +02:00
Nicolargo
472b4c501b
Use SHA256 instead of MD5 for the network transfert
2014-05-21 21:38:27 +02:00
Nicolargo
e0b87afaba
Thk to PyLint some quality code improvements, pfff...
2014-05-21 19:24:47 +02:00
Nicolargo
6a4ca99ff4
Thk to PyLint some quality code improvements
2014-05-21 19:21:30 +02:00
Nicolargo
64a6108b37
Update documentation for the 2.0
2014-05-21 14:43:00 +02:00
Nicolargo
31e93e5c14
Add the unitest.py file
2014-05-21 13:48:07 +02:00
Nicolargo
922c4cb2d0
Refactor unitaries tests
2014-05-21 13:43:21 +02:00
Nicolargo
f7b94229b1
Refactor the password management
2014-05-20 20:18:44 +02:00
Nicolargo
59f82b788c
Implement the CSV output
2014-05-17 21:18:29 +02:00
Nicolargo
b897168a9b
Correct issue on the load display plugin
2014-05-15 22:37:31 +02:00
Nicolargo
f9533a66fd
Merge branch 'feature/snmpclient' into develop
...
Conflicts:
glances/plugins/glances_cpu.py
glances/plugins/glances_load.py
2014-05-15 22:28:19 +02:00
Nicolargo
0a0be7bbd7
SNMP client: replace input args by set and get method
2014-05-12 22:16:31 +02:00
Nicolargo
28c7f7f311
SNMP client: SNMP grab for file system is optimized with a SNMP bulk command
2014-05-11 22:27:13 +02:00
Nicolargo
05e31d19ea
SNMP client: SNMP grab for network interface is optimized with a SNMP bulk command :)
2014-05-11 22:14:25 +02:00
Alessio Sergi
8d895f1845
Add Python 3.4 support
...
Add Python 3.4 to .travis.yml.
2014-05-11 20:00:00 +02:00
Alessio Sergi
e0d9302fe7
Update README.rst
2014-05-11 19:55:55 +02:00
Nicolargo
58e95d6ed3
Check if mem stat is available before converted it to KB
2014-05-10 17:05:17 +02:00
Nicolargo
7be75ff24f
Allow SNMP v3: To be verified/check
2014-05-10 17:00:06 +02:00
Nicolargo
6b143368fd
Allow SNMP v3: To be verified/check
2014-05-10 16:59:09 +02:00
Nicolargo
35ad7eb3fb
Add configuratino varfor SNMP community and port number
2014-05-10 16:36:01 +02:00
Nicolargo
dbb2476339
SNMP client: compute ifNumber if it is not available
2014-05-10 16:22:00 +02:00
Nicolargo
88a48444eb
Manage SNMP if there is no standard stats
2014-05-10 13:20:18 +02:00
Nicolargo
cbf9bdcf54
Add note for future optimisation
2014-05-09 20:28:37 +02:00