This is an automated email from the git hooks/post-receive script. New change to branch develop in repository mum. See http://git.chorem.org/mum.git from dca7d4d hostpage: removed useless function new 98c99dd Glances connection added + cpu with glances added + support of multi connections by priorities The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 98c99dde02634da528e9379399282a139044d837 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Apr 14 15:44:13 2015 +0200 Glances connection added + cpu with glances added + support of multi connections by priorities Summary of changes: app/module_loader.py | 164 ++++++++++++--------- app/modules/connection_modules/glances.py | 37 +++++ .../detection_modules/open_ports_detection.py | 2 +- app/modules/monitoring_modules/cpu.py | 4 +- app/modules/monitoring_modules/cpu_glances.py | 30 ++++ app/modules/monitoring_modules/disk.py | 4 +- app/modules/monitoring_modules/load.py | 4 +- app/modules/monitoring_modules/memory.py | 4 +- app/modules/monitoring_modules/ping.py | 2 + app/modules/monitoring_modules/swap.py | 4 +- app/modules/monitoring_modules/updated_packages.py | 4 +- app/modules/storage_modules/shelve_db.py | 29 +++- app/mum.py | 2 +- static/js/controllers/hostPageCtrl.js | 67 ++++----- views/hostpage.html | 8 +- 15 files changed, 237 insertions(+), 128 deletions(-) create mode 100644 app/modules/connection_modules/glances.py create mode 100644 app/modules/monitoring_modules/cpu_glances.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.