Nicolas Hennion
|
0f5a60b44d
|
Add new arg to display splitted line inside plugins
|
2014-03-29 13:53:04 +01:00 |
|
Nicolas Hennion
|
12798942ea
|
Cumulative and sum stats for network interface refactor in the glances_network plugin (clean curses)
|
2014-03-29 13:38:58 +01:00 |
|
Nicolas Hennion
|
1dc591b777
|
Cumulative and sum stats for network interface refactor in the galnces_network plugin
|
2014-03-29 13:37:41 +01:00 |
|
Nicolas Hennion
|
491eb4cfc2
|
Remove some unusefull import
|
2014-03-29 10:18:34 +01:00 |
|
Nicolas Hennion
|
4a501348af
|
Include for test file
|
2014-03-29 10:15:08 +01:00 |
|
Nicolas Hennion
|
ec604a5c4e
|
Unitary test(bed)
|
2014-03-29 09:50:20 +01:00 |
|
Nicolas Hennion
|
7bb75893ea
|
Remove old unitaries tests. TODO for v2
|
2014-03-29 09:27:02 +01:00 |
|
Nicolas Hennion
|
825573a210
|
Correct bug on the monitored interface
|
2014-03-28 15:10:53 +01:00 |
|
Nicolas Hennion
|
f811fb84ff
|
Add enable/disable processes stats with z key
|
2014-03-28 14:58:33 +01:00 |
|
Nicolas Hennion
|
c00f48d5d5
|
Enable/disable for optionnal plugins
|
2014-03-28 13:48:53 +01:00 |
|
Nicolas Hennion
|
43885f8c3f
|
Hide config list works for diskio interface
|
2014-03-28 13:09:25 +01:00 |
|
Nicolas Hennion
|
fb3745d8b6
|
Hide config list works for network interface
|
2014-03-28 12:23:39 +01:00 |
|
Nicolas Hennion
|
f158a729e2
|
Refactor getAllLimits API method
|
2014-03-28 12:05:55 +01:00 |
|
Nicolas Hennion
|
9d2ac1265f
|
Correct a display bug when plugins are hidden by configuration
|
2014-03-28 09:52:59 +01:00 |
|
Nicolas Hennion
|
be2ddb1a84
|
No problem on run...
|
2014-03-28 09:30:36 +01:00 |
|
Nicolas Hennion
|
e0bbd65b4d
|
Load-5 alert are no longer logged
|
2014-03-28 09:05:20 +01:00 |
|
Nicolas Hennion
|
08d73bae9a
|
Catch CTRL-C for standalone, client and server modes
|
2014-03-28 08:46:55 +01:00 |
|
Nicolas Hennion
|
4177046cdd
|
Remove glances.pot from repository. Will be generated automatically by the i18n script
|
2014-03-27 19:57:12 +01:00 |
|
Nicolas Hennion
|
005ea50b04
|
Remove glances.pot from repository. Will be generated automatically by the i18n script
|
2014-03-27 19:55:41 +01:00 |
|
Nicolas Hennion
|
d9b0b6a414
|
Merge pull request #341 from dtiersch/update_german_language
German updated to 1.7.6
|
2014-03-27 19:52:36 +01:00 |
|
Nicolas Hennion
|
9290855302
|
Merge pull request #340 from dtiersch/new_i18n_gen
New i18n gen
|
2014-03-27 19:51:52 +01:00 |
|
David Tiersch
|
b81b132ae3
|
fix typo
|
2014-03-27 19:13:49 +01:00 |
|
David Tiersch
|
ee37bc9632
|
German updated to 1.7.6
|
2014-03-27 19:10:08 +01:00 |
|
David Tiersch
|
c53c9e0bb0
|
small fixes
stupid mistake, where I forgot to replace XX with $1
added locale information to generated po-file
removed redundant positive output
|
2014-03-27 03:25:16 +01:00 |
|
David Tiersch
|
3737cf27d1
|
added some comments
to help a future maintainer understand the crap I wrote there
|
2014-03-27 03:13:47 +01:00 |
|
David Tiersch
|
e85e01b93b
|
rewrite of i18n-gen.sh
no need to manually generate po/pot files anymore
generation of pot files and updating po files now before translating
|
2014-03-27 02:59:59 +01:00 |
|
Nicolas Hennion
|
5ab3f91fb2
|
Add conf file for sphinx-quickstart (doc)
|
2014-03-25 20:36:07 +01:00 |
|
Nicolas Hennion
|
f88d8f53c0
|
version 1.7.6
|
2014-03-25 20:03:54 +01:00 |
|
Alessio Sergi
|
9f783dd0fe
|
Refactor of hddtemp plugin
|
2014-03-25 19:57:25 +01:00 |
|
Alessio Sergi
|
b1a7f23943
|
Fix python3 in server mode
|
2014-03-23 18:08:19 +01:00 |
|
Nicolas Hennion
|
fddca794a2
|
Correct automatic sort
|
2014-03-23 17:53:44 +01:00 |
|
Nicolas Hennion
|
6554c8752d
|
Patch for Mac OS X compat
|
2014-03-23 15:48:51 +01:00 |
|
Nicolas Hennion
|
4b317a6233
|
Monitor list also works in c/s mode
|
2014-03-22 17:57:40 +01:00 |
|
Nicolas Hennion
|
41781272c5
|
Client/server is working but not the monitored list
|
2014-03-22 13:37:33 +01:00 |
|
Nicolas Hennion
|
0259a72938
|
Merge branch 'master' of github.com:nicolargo/glances
|
2014-03-22 12:54:51 +01:00 |
|
Nicolas Hennion
|
64d6cfb22b
|
Correct a regression with client/server for PsUtil 1/2
|
2014-03-22 12:54:23 +01:00 |
|
Nicolas Hennion
|
3cbde4d2d5
|
Correct a bug on the client/server mode for processes list
|
2014-03-22 10:18:52 +01:00 |
|
Nicolas Hennion
|
803b415497
|
Client/Server works but no process are displayed. Also rename In/Out by Read/Write for DiskIO according to #339
|
2014-03-22 09:08:23 +01:00 |
|
Alessio Sergi
|
f71caa27fc
|
Fix help screen in 80x24 terminal size
Add new z key in man page
|
2014-03-19 17:00:00 +01:00 |
|
Nicolas Hennion
|
822f0d8386
|
Add the plugins list method to the server
|
2014-03-19 09:41:53 +01:00 |
|
Nicolas Hennion
|
c801c5dbc7
|
First commit with the help screen
|
2014-03-18 23:28:12 +01:00 |
|
Nicolas Hennion
|
9db6b0c679
|
Merge pull request #338 from herr-biber/master
Fix case.
|
2014-03-18 22:33:13 +01:00 |
|
Markus Roth
|
1d86494380
|
Fix case.
|
2014-03-18 22:27:57 +01:00 |
|
Nicolas Hennion
|
177a783920
|
Add z key in the documentation
|
2014-03-18 22:09:03 +01:00 |
|
Nicolas Hennion
|
06e68c936a
|
Merge pull request #335 from weaselkeeper/master
Implement toggle of process list display
|
2014-03-18 21:57:45 +01:00 |
|
Nicolas Hennion
|
9c2e5d9c22
|
PsUtil 2.0 is back for the branch 1.x
|
2014-03-18 21:57:23 +01:00 |
|
Nicolas Hennion
|
d97df94967
|
Merge pull request #336 from herr-biber/adapt-to-psutil2.0.0-api
Adapt to psutil 2.0.0 API.
|
2014-03-18 21:51:04 +01:00 |
|
Nicolas Hennion
|
7bbbbff136
|
Merge pull request #337 from regdoug/windows-psutil-0.5
Fixed psutil 0.5.x support on Windows
|
2014-03-18 21:48:28 +01:00 |
|
regdoug
|
9cd6bcccba
|
Fixed psutil 0.5.x support on Windows
|
2014-03-18 14:22:08 -04:00 |
|
Nicolas Hennion
|
50dbcbebfd
|
Monitored list works again
|
2014-03-17 23:36:53 +01:00 |
|