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 e25ed00 handled exceptions on module loader + print traceback + bug fix on full detection new 038fa24 snmp monitoring modules implemented + hostpage : modal for confirmation of deletion of a host new c760a00 known ports are at least verfied once when adding a host, and if a connection is preconfigured, it will be activated new b097080 removed known ports verification because was causing random locks on db + refactored modules to move db dependency on module_loader The 3 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 b0970805803825d20468ef8dbf87a38617a45443 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Apr 21 17:58:00 2015 +0200 removed known ports verification because was causing random locks on db + refactored modules to move db dependency on module_loader commit c760a0065eec4d9537c8f76c5211a9fe2a72edb1 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Apr 21 15:23:03 2015 +0200 known ports are at least verfied once when adding a host, and if a connection is preconfigured, it will be activated commit 038fa24fcc81ccf7f5a64d9f7c5022e587429900 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Apr 20 17:43:34 2015 +0200 snmp monitoring modules implemented + hostpage : modal for confirmation of deletion of a host Summary of changes: README | 11 +++- app/module_loader.py | 65 ++++++++++------------ app/modules/connection_modules/snmp.py | 9 +-- .../monitoring_modules/15_min_load_snmp_linux.py | 14 +++++ app/modules/monitoring_modules/cpu.py | 4 +- app/modules/monitoring_modules/cpu_glances.py | 4 +- app/modules/monitoring_modules/cpu_snmp_linux.py | 20 +++++++ app/modules/monitoring_modules/disk.py | 4 +- app/modules/monitoring_modules/disk_snmp_linux.py | 16 ++++++ app/modules/monitoring_modules/load.py | 4 +- app/modules/monitoring_modules/memory.py | 4 +- .../monitoring_modules/memory_snmp_linux.py | 16 ++++++ app/modules/monitoring_modules/ping.py | 4 +- app/modules/monitoring_modules/smtp.py | 18 ++++++ app/modules/monitoring_modules/swap.py | 4 +- app/modules/monitoring_modules/swap_snmp_linux.py | 16 ++++++ app/modules/monitoring_modules/updated_packages.py | 4 +- app/modules/nmap_detection.py | 5 +- app/modules/storage_modules/shelve_db.py | 28 +++++++--- app/mum.py | 2 +- app/process_monitoring.py | 11 +--- static/js/controllers/dashboardCtrl.js | 2 +- static/js/controllers/hostPageCtrl.js | 58 ++++++++++++++----- views/dashboard.html | 2 +- views/hostpage.html | 46 ++++++++++++--- 25 files changed, 273 insertions(+), 98 deletions(-) create mode 100644 app/modules/monitoring_modules/15_min_load_snmp_linux.py create mode 100644 app/modules/monitoring_modules/cpu_snmp_linux.py create mode 100644 app/modules/monitoring_modules/disk_snmp_linux.py create mode 100644 app/modules/monitoring_modules/memory_snmp_linux.py create mode 100644 app/modules/monitoring_modules/smtp.py create mode 100644 app/modules/monitoring_modules/swap_snmp_linux.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.