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 9d8f7dd memory module added new 097e279 disk space monitoring added new 782a408 ModuleNotCompatibleException and CommandNotFoundException created new b3798b1 exception messages error are sent by websocket if available new ff95e7d autoconfiguration of host connections new 34f7267 scanned ip printed after scan The 5 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 34f72679048bc828c3844403b16a8b40a557a3b6 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Feb 23 16:38:05 2015 +0100 scanned ip printed after scan commit ff95e7da31e16f9e61daa8480d30ec70475c348e Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Feb 23 15:42:23 2015 +0100 autoconfiguration of host connections commit b3798b16db5760adf26a21f849325c2345ec0a4e Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Feb 23 13:48:12 2015 +0100 exception messages error are sent by websocket if available commit 782a408b6b0ad52e965f9b53a792982f45ebf1cf Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Feb 23 12:38:54 2015 +0100 ModuleNotCompatibleException and CommandNotFoundException created commit 097e279bd6af30b88b3069734e0a810b725bacd2 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Feb 23 10:24:27 2015 +0100 disk space monitoring added Summary of changes: app/app.py | 34 +++++++------ app/module_loader.py | 65 ++++++++++++++++++++----- app/modules/CommandNotFoundException.py | 14 ++++++ app/modules/ModuleNotCompatibleException.py | 14 ++++++ app/modules/connection_modules/ssh.py | 13 +++-- app/modules/detection_modules/nmap_detection.py | 14 +++--- app/modules/monitoring_modules/unix/__init__.py | 5 +- app/modules/monitoring_modules/unix/disk.py | 36 ++++++++++++++ app/modules/monitoring_modules/unix/memory.py | 17 ++++++- app/modules/storage_modules/shelve_db.py | 39 ++++++++++----- static/js/controllers/detectCtrl.js | 1 + views/scan.html | 1 + 12 files changed, 201 insertions(+), 52 deletions(-) create mode 100644 app/modules/CommandNotFoundException.py create mode 100644 app/modules/ModuleNotCompatibleException.py create mode 100644 app/modules/monitoring_modules/unix/disk.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.