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 aad9726 dashboard: multiple params separated by ',' on URL for status_filter + hostpage: modal for modifying the detected open ports new 7872155 snmp_walk connection added + monitoring modules can return a dictionary of values (must specify 'return_dict' attribute) new b1f4907 hostpage: detected configuration separated from nmap detection. subparts can be checked from the detected config, and the monitoring will check the selected subparts 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 b1f49077b42b54b817c18c0bce0c395f9f431c33 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Apr 29 10:53:26 2015 +0200 hostpage: detected configuration separated from nmap detection. subparts can be checked from the detected config, and the monitoring will check the selected subparts commit 7872155801d2b11a270b8dbcbfa592d1c6093427 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Apr 28 16:03:35 2015 +0200 snmp_walk connection added + monitoring modules can return a dictionary of values (must specify 'return_dict' attribute) Summary of changes: app/module_loader.py | 5 +- .../connection_modules/{snmp.py => snmp_walk.py} | 21 ++-- app/modules/detection_modules/drive_detection.py | 3 +- app/modules/detection_modules/drive_snmp_linux.py | 14 +++ .../monitoring_modules/15_min_load_snmp_linux.py | 3 +- 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 | 39 +++--- app/modules/monitoring_modules/disk_ssh_linux.py | 3 +- app/modules/monitoring_modules/http.py | 26 ++-- app/modules/monitoring_modules/load_ssh_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 | 1 + app/modules/monitoring_modules/smtp.py | 24 ++-- app/modules/monitoring_modules/swap_snmp_linux.py | 3 +- app/modules/monitoring_modules/swap_ssh_linux.py | 3 +- .../updated_packages_ssh_linux.py | 3 +- app/modules/storage_modules/shelve_db.py | 140 ++++++++++++++------- static/js/controllers/hostPageCtrl.js | 35 +++++- views/hostpage.html | 45 +++++-- 22 files changed, 264 insertions(+), 122 deletions(-) copy app/modules/connection_modules/{snmp.py => snmp_walk.py} (66%) create mode 100644 app/modules/detection_modules/drive_snmp_linux.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.