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 60c6eb6 install script creates mum user and group and add it to sudoers new 7a94ab2 logging support + pretty name for modules new af8cce6 modal for logs on dashboard + nmap scan exception handling for range + copyright file corrected The 2 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 af8cce63ab5284bb60c00d48e8cacbdd7e4a1895 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Jun 17 11:35:54 2015 +0200 modal for logs on dashboard + nmap scan exception handling for range + copyright file corrected commit 7a94ab211e15049613909a7210f64050b4d826d1 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Jun 16 11:34:43 2015 +0200 logging support + pretty name for modules Summary of changes: app/module_loader.py | 89 ++++++++++-------- app/modules/connection_modules/snmp.py | 6 +- app/modules/connection_modules/snmp_walk.py | 6 +- app/modules/monitoring_modules/cpu_glances.py | 3 +- app/modules/monitoring_modules/cpu_snmp_linux.py | 3 +- app/modules/monitoring_modules/cpu_ssh_linux.py | 3 +- app/modules/monitoring_modules/disk_snmp_linux.py | 3 +- app/modules/monitoring_modules/disk_ssh_linux.py | 3 +- app/modules/monitoring_modules/http.py | 5 +- .../monitoring_modules/load_10_min_snmp_linux.py | 3 +- .../monitoring_modules/load_15_min_snmp_linux.py | 3 +- .../monitoring_modules/load_15_min_ssh_linux.py | 3 +- .../monitoring_modules/load_5_min_snmp_linux.py | 3 +- .../monitoring_modules/memory_snmp_linux.py | 3 +- app/modules/monitoring_modules/memory_ssh_linux.py | 3 +- app/modules/monitoring_modules/ping.py | 3 +- app/modules/monitoring_modules/smtp.py | 5 +- app/modules/monitoring_modules/swap_snmp_linux.py | 3 +- app/modules/monitoring_modules/swap_ssh_linux.py | 3 +- .../updated_packages_ssh_linux.py | 11 ++- app/modules/nmap_detection.py | 14 +-- app/modules/notification_modules/sms_notif.py | 10 +- app/modules/storage_modules/shelve_db.py | 103 +++++++++++---------- app/mum.py | 22 ++++- app/process_monitoring.py | 3 +- app/websocket_func.py | 11 ++- debian/copyright | 20 ++-- mum.conf | 1 + static/js/controllers/dashboardCtrl.js | 27 ++++++ static/js/controllers/headCtrl.js | 3 + views/dashboard.html | 20 ++++ 31 files changed, 259 insertions(+), 139 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.