Commit Graph

550 Commits

Author SHA1 Message Date
Alessio Sergi
c46b52d9d3 Update man page and doc
Add missing commands to man page.
Attempt to uniform all the info and use the same conventions all over the
place.
2013-08-14 14:24:14 +02:00
Alessio Sergi
4dafdd60b2 Fix Glances 1.7 to work on FreeBSD and OS X (issue #274) 2013-08-12 16:33:33 +02:00
Alessio Sergi
718f3825ef Update systemd support 2013-08-12 02:22:00 +02:00
Alessio Sergi
8dcb6d6e45 Make hddtemp module python3 compatible (issue #272) 2013-08-12 02:00:00 +02:00
Alessio Sergi
d235d4aee2 Update README 2013-08-12 01:32:12 +02:00
Nicolas Hennion
5b1df0a816 Another patch for issue #273 2013-08-11 23:42:07 +02:00
Nicolas Hennion
d85453fb47 Correct issue #273 / Don't warn a process is not running if countmin=0 2013-08-11 23:02:53 +02:00
Nicolas Hennion
7efc8fbec8 Update doc for CentOS install 2013-08-11 20:43:30 +02:00
Nicolas Hennion
42efd95483 Add default value if HDDTemp return non int 2013-08-11 17:06:25 +02:00
Nicolas Hennion
9144f7443b Correct issue #271 on HDDTemp module 2013-08-11 17:02:32 +02:00
Nicolas Hennion
b31c60f1a0 On the road of the version 1.7.1 2013-08-10 16:06:52 +02:00
Nicolas Hennion
b32a249bbf Add conf file to MANIFEST 2013-08-10 15:50:07 +02:00
Nicolas Hennion
1f43ffac66 Update doc 2013-08-10 15:38:12 +02:00
Nicolas Hennion
7e8b9736a5 version 1.7 2013-08-10 15:32:09 +02:00
Nicolas Hennion
ab54334742 Last? commit for the 1.7 version / Change setup.py / Version number 2013-08-10 15:21:43 +02:00
Nicolas Hennion
b784d30af0 Disable monitored list command when user is in client mode 2013-08-10 15:15:51 +02:00
Nicolas Hennion
3fd7552520 Add compatibility with pip >= 1.4 / Issue #270 2013-08-10 10:22:26 +02:00
Nicolas Hennion
cfa7183067 Update doc and screenshot for version 1.7 2013-08-09 12:29:30 +02:00
Nicolas Hennion
2909357e68 Update doc and screenshot for version 1.7 2013-08-09 12:27:33 +02:00
Nicolas Hennion
d3c1205831 Enhance monitored process log message 2013-08-09 11:04:23 +02:00
Nicolas Hennion
9c3f219f16 Add default extended stat for monitored processes list 2013-08-08 23:07:15 +02:00
Nicolas Hennion
9c7faedcc3 Another catch for the monitored command 2013-08-08 21:48:54 +02:00
Nicolas Hennion
2c8a6dbe34 Monitored processes list is now client/server mode compatible / Add a new entry in the API to get the server monitored processes list 2013-08-08 17:48:51 +02:00
Nicolas Hennion
09a8b74468 Correct a bug on CPU log 2013-08-08 15:50:15 +02:00
Nicolas Hennion
ce1799ae85 Undo last merge 2013-08-08 12:32:49 +02:00
Nicolas Hennion
81d8ac2f54 Revert "Merge pull request #263 from dongweiming/tmp"
This reverts commit 36feeb1d39, reversing
changes made to 10d4068aa2.
2013-08-08 12:31:11 +02:00
Nicolas Hennion
36feeb1d39 Merge pull request #263 from dongweiming/tmp
Reconstruction the class glancesLimits
2013-08-08 02:44:54 -07:00
Nicolas Hennion
10d4068aa2 Merge branch 'master' of github.com:nicolargo/glances 2013-08-07 23:11:14 +02:00
Nicolas Hennion
221ecd47d5 Add doc for 1.7 2013-08-07 23:10:46 +02:00
Alessio Sergi
f1c76b40c9 Fix bugs on OS X
Long story short: on OS X, sys.prefix actually pointing to
/System/Library/Frameworks/Python.framework/foo, not /usr/local (which
is the default path where Glances is installed using pip or brew).

Using a self-made implementation of sys.prefix, called sys_prefix, fix
the problem.
2013-08-05 01:25:05 +02:00
Alessio Sergi
2465c9c648 Fix typo in doc 2013-08-03 20:33:00 +02:00
Alessio Sergi
41515287e7 Update doc
Fix various typos
Improve sensors section
Fix some glitches and add more niceness
Rename CSS file to style.css
2013-08-03 01:11:11 +02:00
Nicolas Hennion
0ee30b0956 Update HTML doc 2013-08-02 18:22:32 +02:00
Nicolas Hennion
adbb39621a Update doc 2013-08-02 18:13:38 +02:00
Alessio Sergi
686cc7690c Merge pull request #269 from dongweiming/master
Fix broken test server-client
2013-08-02 03:28:03 -07:00
Alessio Sergi
023bbcea81 Fix i18n support (issue #266) 2013-08-02 01:00:00 +02:00
dongweiming
2224b866d2 old version compatible invalid bug 2013-08-01 20:10:08 +08:00
Nicolas Hennion
c40a6aa477 Update TODO after chiness translation 2013-07-31 16:05:43 +02:00
Nicolas Hennion
27ada67281 Add another exemple conf file: ./glances/conf/glances-with-monitored.conf 2013-07-31 16:00:02 +02:00
Nicolas Hennion
d12a7305ae Merge pull request #267 from nicolargo/processfilter
Add monitored processes list
2013-07-31 06:56:38 -07:00
Nicolas Hennion
927ba973fe No more monitored processes list in the default configuration file 2013-07-31 15:53:23 +02:00
Nicolas Hennion
fc187f121b Cherry pick ef64354 to bffeb05 2013-07-31 15:37:29 +02:00
Alessio Sergi
089cbca7ae Fix issue #265 2013-07-31 15:35:18 +02:00
dongweiming
f557c62241 Add Chinese international 2013-07-31 15:32:39 +02:00
Nicolas Hennion
bffeb05ea9 Add getNetTimeSinceLastUpdate() getDiskTimeSinceLastUpdate() and getProcessDiskTimeSinceLastUpdate() in the API / Close issue https://github.com/nicolargo/glances/issues/259 2013-07-31 15:30:40 +02:00
Nicolas Hennion
cad173b3d5 ... 2013-07-31 15:14:50 +02:00
Alessio Sergi
a556e998b7 Fix issue #265 2013-07-31 13:01:01 +02:00
Alessio Sergi
05008616eb Merge pull request #264 from dongweiming/master
Add Chinese international
2013-07-31 03:40:53 -07:00
dongweiming
8f4235fbc8 Reconstruction the class glancesLimits 2013-07-31 10:43:24 +08:00
dongweiming
ef643543df Add Chinese international 2013-07-31 10:15:23 +08:00