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 879347f Merge branch 'develop' of https://git.chorem.org/mum into develop new 326868b several functions from shelve implemented new 6437239 create_global_conf OK new 9d8f7dd memory module added 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 9d8f7dd70ae45432e1b0935f7a60d6b22c130cbc Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Fri Feb 20 18:25:54 2015 +0100 memory module added commit 6437239edb06617bc685cd5d16d2d05de64ee20c Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Fri Feb 20 17:47:39 2015 +0100 create_global_conf OK commit 326868b9ee30255d8b3e0312d4a9ab578d50dca6 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Fri Feb 20 15:51:19 2015 +0100 several functions from shelve implemented Summary of changes: .gitignore | 1 + app/app.py | 39 +++- app/module_loader.py | 57 ++++- app/modules/connection_modules/ssh.py | 34 +-- app/modules/detection_modules/nmap_detection.py | 7 +- app/modules/monitoring_modules/unix/__init__.py | 6 +- app/modules/monitoring_modules/unix/memory.py | 22 ++ .../monitoring_modules/unix/updated_packages.py | 1 - app/modules/storage_modules/shelve_db.py | 231 +++++++++++++++++++-- 9 files changed, 330 insertions(+), 68 deletions(-) create mode 100644 app/modules/monitoring_modules/unix/memory.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.