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 492e5c1 Les modules de monitoring sont maintenant chargés : d'une part ceux internes, d'autre part ceux dans le dossier extérieur spécifiés dans conf.txt new b47efae les modules de connection sont chargés comme ceux de monitoring new 2231aed code d'instruction websocket devenus textuels new 61c296b hostpage : modal des priorités de connection => OK 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 61c296b19fc612d72ba25919739d857e3dcc94f2 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Mar 9 17:24:00 2015 +0100 hostpage : modal des priorités de connection => OK commit 2231aed98bbc6c0ce773fc60b475d49c64c5ff69 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Mar 9 17:03:37 2015 +0100 code d'instruction websocket devenus textuels commit b47efaed91b459bd51ec86eff159cf44aaac7b6d Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Mar 9 12:10:52 2015 +0100 les modules de connection sont chargés comme ceux de monitoring Summary of changes: app/app.py | 43 ++--- app/module_loader.py | 211 ++++++++++----------- app/modules/connection_modules/__init__.py | 3 +- app/modules/connection_modules/nagios.py | 1 - app/modules/connection_modules/snmp.py | 1 - app/modules/connection_modules/ssh.py | 25 ++- app/modules/detection_modules/nmap_detection.py | 17 +- app/modules/monitoring_modules/__init__.py | 3 +- app/modules/monitoring_modules/disk.py | 7 +- app/modules/monitoring_modules/memory.py | 8 +- .../notification_modules/websocket_container.py | 2 +- app/modules/storage_modules/shelve_db.py | 63 ++++-- static/js/controllers/headCtrl.js | 18 +- static/js/controllers/hostPageCtrl.js | 63 +++++- static/js/controllers/scanCtrl.js | 2 +- views/hostpage.html | 86 +-------- 16 files changed, 264 insertions(+), 289 deletions(-) delete mode 100644 app/modules/connection_modules/nagios.py delete mode 100644 app/modules/connection_modules/snmp.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.