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 b097080 removed known ports verification because was causing random locks on db + refactored modules to move db dependency on module_loader new e2e8ef7 response after "check now" + renamed more clearly the modules + added http module new d2a9fd9 modules that don't need a connection launched separately (ping, http, smtp) + autoconf after scan also for these ones 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 d2a9fd9c325ae5277d82afdc7854d0b76ab7c886 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Apr 22 14:02:03 2015 +0200 modules that don't need a connection launched separately (ping, http, smtp) + autoconf after scan also for these ones commit e2e8ef74d7b967c78e38084c11f10d0d8f950ddb Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Apr 22 11:59:17 2015 +0200 response after "check now" + renamed more clearly the modules + added http module Summary of changes: app/module_loader.py | 30 +++++++++++++++++----- .../{cpu.py => cpu_ssh_linux.py} | 0 app/modules/monitoring_modules/disk_snmp_linux.py | 8 +++++- .../{disk.py => disk_ssh_linux.py} | 0 app/modules/monitoring_modules/http.py | 28 ++++++++++++++++++++ .../{load.py => load_ssh_linux.py} | 0 .../monitoring_modules/memory_snmp_linux.py | 8 +++++- .../{memory.py => memory_ssh_linux.py} | 0 app/modules/monitoring_modules/ping.py | 2 +- app/modules/monitoring_modules/smtp.py | 20 +++++++++++---- app/modules/monitoring_modules/swap_snmp_linux.py | 8 +++++- .../{swap.py => swap_ssh_linux.py} | 0 ...d_packages.py => updated_packages_ssh_linux.py} | 0 app/modules/storage_modules/shelve_db.py | 5 ++-- app/mum.py | 1 + 15 files changed, 91 insertions(+), 19 deletions(-) rename app/modules/monitoring_modules/{cpu.py => cpu_ssh_linux.py} (100%) rename app/modules/monitoring_modules/{disk.py => disk_ssh_linux.py} (100%) create mode 100644 app/modules/monitoring_modules/http.py rename app/modules/monitoring_modules/{load.py => load_ssh_linux.py} (100%) rename app/modules/monitoring_modules/{memory.py => memory_ssh_linux.py} (100%) rename app/modules/monitoring_modules/{swap.py => swap_ssh_linux.py} (100%) rename app/modules/monitoring_modules/{updated_packages.py => updated_packages_ssh_linux.py} (100%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.