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 6630299 modules can now be dynamically invoked via module_loader new 6300cc0 run_all_detection_modules OK run_all_monitoring_modules OK get_hosts now at the opening of websocket The 1 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 6300cc098075e04ce57f1109508f35412cf76bcc Author: aguilbaud <aguilbaud@codelutin.com> Date: Thu Feb 19 18:15:21 2015 +0100 run_all_detection_modules OK run_all_monitoring_modules OK get_hosts now at the opening of websocket Summary of changes: app/module_loader.py | 20 ++++++++++++++++---- app/modules/detection_modules/__init__.py | 1 + app/modules/detection_modules/nmap_detection.py | 6 ++++-- .../detection_modules/unix/kernel_detection.py | 1 + app/modules/monitoring_modules/__init__.py | 2 ++ app/modules/monitoring_modules/unix/__init__.py | 1 + .../monitoring_modules/unix/updated_packages.py | 19 +++++++++++++++++++ static/js/controllers/table_ctrl.js | 10 +++++----- views/dashboard.html | 1 - 9 files changed, 49 insertions(+), 12 deletions(-) create mode 100644 app/modules/monitoring_modules/__init__.py create mode 100644 app/modules/monitoring_modules/unix/updated_packages.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.