Commit Graph

873 Commits (9ae4effd9b64fe37e6b51988815a95cc2b3f295c)

Author SHA1 Message Date
Alessio Sergi 9ae4effd9b Fix load & memory display in curses and web server mode
Use the longest string as reference and alignment point.
2014-05-28 11:33:22 +02:00
Nicolargo 388406048f Correct issue #361 : Glances client always connect to 0.0.0.0 :( 2014-05-28 11:27:41 +02:00
Nicolas Hennion d579a76460 Merge pull request #360 from dtiersch/german_2.0_rc1
German translation for 2.0 RC1
2014-05-28 08:42:23 +02:00
David Tiersch 4f1dc6d8dd
Glances 2.0 RC1 translated into German 2014-05-27 17:51:39 +02:00
Nicolargo 3cf7cc275b Update the default configuration file. No Dropbox dependant 2014-05-27 17:02:39 +02:00
Nicolargo 4c78d5f15e Try/catch for issue #356 2014-05-27 16:50:43 +02:00
Nicolas Hennion 2c57f019f1 Merge pull request #354 from dtiersch/i18n-script_2.0
"new" i18n-gen.sh for 2.0
2014-05-27 09:55:34 +02:00
Alessio Sergi 5a393a9920 NEWS: fix typos in v2.0 2014-05-27 01:57:05 +02:00
Alessio Sergi 4b40e3fe0e Use -V (capital V) for version
-v is for verbose.
2014-05-27 01:30:30 +02:00
Alessio Sergi 950b12cfcf batterie -> battery
Remove unused variables
No whitespace inside parentheses
Add missing whitespace around arithmetic operator
Fix indentation
Remove trailing whitespaces
2014-05-27 01:07:47 +02:00
David Tiersch af4472f913
i18n-gen.sh adapted to 2.0 2014-05-27 00:55:53 +02:00
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