Commit Graph

483 Commits (4355f4053f20f079d3f408b78c9145afc89b11f3)

Author SHA1 Message Date
Alessio Sergi 4355f4053f Fix issue #258 2013-07-12 12:22:00 +02:00
Nicolas Hennion 6310e1ef5f Add batinfo to setup.py 2013-07-07 17:01:01 +02:00
Nicolas Hennion ac87069d23 Merge branch 'batinfo'
Add batteries information (batteries % capacity is display in the footer/middle)
2013-07-07 16:37:00 +02:00
Nicolas Hennion c3803c0c1b Add batteries info thanks to Batinfo lib 2013-07-07 16:36:35 +02:00
Alessio Sergi 44b27d9787 XML-RPC server: Add IPv6 support
SimpleXMLRPCServer uses AF_INET as default address family.
This means it can only bind to IPv4 addresses.

GlancesXMLRPCServer is a wrapper class that makes it able to
listen on IPv6 connections.
The AF_INET or AF_INET6 address family ìs now determined by
socket.getaddrinfo() automatically.
This way the code is independent from the stack IP version.
2013-06-17 09:30:00 +02:00
Alessio Sergi a8ad3223e2 Fix issue #254 2013-06-11 15:11:00 +02:00
Nicolas Hennion 1babd4996c Change Windows package version 2013-06-05 13:07:17 +02:00
Alessio Sergi f560f52c4c Fix issue #253 2013-06-02 23:32:32 +02:00
Nicolas Hennion 664f603b49 Refactoring in the script to comply Debian policy (Thk to https://github.com/mxjeff) 2013-06-01 17:26:10 +02:00
Jon Renner eb114ffa2f Merge pull request #251 from herr-biber/master
Two small patches.
2013-05-23 19:08:11 -07:00
Markus Roth a3c223ad64 Replace hard coded keys by ord().
sed -i "s/49/ord('1')/g" glances.py
sed -i "s/97/ord('a')/g" glances.py
sed -i "s/98/ord('b')/g" glances.py
sed -i "s/99/ord('c')/g" glances.py
sed -i "s/100/ord('d')/g" glances.py
sed -i "s/102/ord('f')/g" glances.py
sed -i "s/104/ord('h')/g" glances.py
sed -i "s/105/ord('i')/g" glances.py
sed -i "s/108/ord('l')/g" glances.py
sed -i "s/109/ord('m')/g" glances.py
sed -i "s/110/ord('n')/g" glances.py
sed -i "s/112/ord('p')/g" glances.py
sed -i "s/115/ord('s')/g" glances.py
sed -i "s/116/ord('t')/g" glances.py
sed -i "s/117/ord('u')/g" glances.py
sed -i "s/119/ord('w')/g" glances.py
sed -i "s/120/ord('x')/g" glances.py
sed -i "s/121/ord('y')/g" glances.py
2013-05-24 01:01:47 +02:00
Markus Roth 59adb774e6 Make uninstall script executable. 2013-05-24 00:36:11 +02:00
Jon Renner e1df6555fd undo changes from curses.wrapper test 2013-05-22 10:59:44 +08:00
Jon Renner 8c86335c93 Merge branch 'master' of https://github.com/nicolargo/glances 2013-05-21 17:25:19 +08:00
Jon Renner 83d27dcf71 test of curses wrapper to stom terminal getting messed up 2013-05-21 16:55:06 +08:00
Alessio Sergi e368afc4b4 README: Fix glances-doc link 2013-05-17 18:52:00 +02:00
Alessio Sergi 563e8956ef README: Fix image links 2013-05-17 16:11:00 +02:00
Alessio Sergi 7e94e4a0cc README: Glances is also now in Debian testing (Jessie) 2013-05-17 15:55:00 +02:00
Alessio Sergi 5ecd841e6d Delete duplicate image 2013-05-13 13:23:00 +02:00
Alessio Sergi 93e6790a8f Bump psutil version in requirements.txt 2013-05-13 13:13:00 +02:00
Nicolas Hennion 180191165b Merge pull request #245 from worr/fix_unit_tests
Moved last_update_times outside main() for unit tests
2013-04-26 13:27:30 -07:00
William Orr 3bb166e3d3 Moved last_update_times outside main() for unit tests 2013-04-26 15:41:01 -04:00
Nicolas Hennion 809978664d test_glances still using the Glances system lib. Have a look on it... 2013-04-16 15:09:18 +02:00
Nicolas Hennion 470fe06951 Revert "Patch unitary test / Thk to Simon aka Saimon"
This reverts commit 74a9c93530.
2013-04-16 14:50:19 +02:00
Nicolas Hennion fdb42e53b9 Clean tes_glances.py 2013-04-16 14:50:09 +02:00
Nicolas Hennion 74a9c93530 Patch unitary test / Thk to Simon aka Saimon 2013-04-16 11:46:07 +02:00
Nicolas Hennion 1d4f7314f2 Upate a link in the doc 2013-04-15 15:15:54 +02:00
Nicolas Hennion 3e5f34cc04 Merge pull request #243 from nicolargo/issue-173
Add a -1 option to run Glances in per CPU mode
2013-04-14 12:45:12 -07:00
Nicolas Hennion 70db4139f7 Add a -1 option to run Glances in per CPU mode 2013-04-14 21:43:21 +02:00
Nicolas Hennion 825e49790f Change the source header 2013-04-14 16:05:48 +02:00
Nicolas Hennion 0fa3d145a5 Add Access-Control-Allow-Origin: * to the response header 2013-04-14 15:57:22 +02:00
Nicolas Hennion bd73000765 Add per-cpu.png screnshot 2013-04-08 18:02:29 +02:00
Nicolas Hennion e352a94915 Merge pull request #240 from asergi/master
Improve packaging - Round 2
2013-04-08 08:28:37 -07:00
Alessio Sergi 53bcdc0db7 Update README.rst 2013-04-08 16:28:48 +02:00
Alessio Sergi ecfadce4ac Improve packaging - Round 2 2013-04-08 16:16:00 +02:00
Nicolas Hennion c589d08cf2 Update translation / Thk to Ivano Borsato for the IT one 2013-04-07 17:10:45 +02:00
Nicolas Hennion 49f446a8c8 Update doc with configuration manager link 2013-04-07 16:22:54 +02:00
Nicolas Hennion 84acd18bda Update doc / screenshot 2013-04-04 20:19:13 +02:00
Nicolas Hennion b36ade0dd7 Merge pull request #239 from asergi/master
Add support for local conf file
2013-04-03 08:09:04 -07:00
Alessio Sergi 0e52348aed Add support for local conf file 2013-04-03 15:41:00 +02:00
Alessio Sergi 88c1cc8f78 Fix permissions (again) 2013-04-03 15:20:50 +02:00
Nicolas Hennion 26166fb03c Do not display swap if swap space = 0 / Issue #169 2013-03-31 22:53:13 +02:00
Nicolas Hennion 0a789bb9a1 Add some catch. Should correct the issue #223 2013-03-31 22:18:23 +02:00
Nicolas Hennion b1b23afff3 Merge pull request #236 from jrenner/master
change man page and usage help to show hddtemp needs a daemon running
2013-03-29 05:23:23 -07:00
Nicolas Hennion ea6c647af1 Update doc 2013-03-29 13:22:30 +01:00
Jon Renner bf6ebfd14e update docs to inform user hddtemp needs a daemon running
update docs to reflect hddtemp module needs daemon
2013-03-29 13:27:06 +08:00
Nicolas Hennion e988d100c6 Merge pull request #234 from MendelGusmao/master
Better response handling
2013-03-28 07:27:43 -07:00
MendelGusmao 35fe3e8d2a Merge remote-tracking branch 'upstream/master' 2013-03-28 11:20:47 -03:00
MendelGusmao 7f762ad2a6 Handling hddtemp error 2013-03-28 11:11:40 -03:00
MendelGusmao 6536b87a3d Merge remote-tracking branch 'upstream/master' 2013-03-28 11:10:52 -03:00