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 b88b55e clicking on status on the navbar now puts the right status filter new 2488f0f nmap detection can now be launch with a hostname + exception if the host doesn't exists handled new 7fe4e89 first part of ProcessMonitoring new 440088c monitoring automatique fonctionnel 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 440088c864dcce0638ac1e0801a8b087781aca7b Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Feb 26 11:06:38 2015 +0100 monitoring automatique fonctionnel commit 7fe4e89a17f134660bcb69a2c1e9fe2f78abee8b Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Feb 25 15:28:05 2015 +0100 first part of ProcessMonitoring commit 2488f0fd400c522e27e563830ca7d4b4e1767edf Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Feb 25 11:16:31 2015 +0100 nmap detection can now be launch with a hostname + exception if the host doesn't exists handled Summary of changes: app/app.py | 44 ++++---- app/module_loader.py | 70 ++++++++----- app/modules/HostNotFoundException.py | 13 +++ app/modules/detection_modules/nmap_detection.py | 28 +++++- app/modules/storage_modules/shelve_db.py | 127 +++++++++++++++++++----- app/process_monitoring.py | 79 +++++++++++++++ static/js/controllers/mainCtrl.js | 12 ++- views/dashboard.html | 2 +- views/hostpage.html | 1 + views/scan.html | 6 +- 10 files changed, 299 insertions(+), 83 deletions(-) create mode 100644 app/modules/HostNotFoundException.py create mode 100644 app/process_monitoring.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.