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 926d024 OK pour connexion et lancement des modules avec cette connexion new 2547482 correction updated_packages et message du websocket_container new 48badcd hostpage : bouton si os non détecté new 5db3e57 les modules de détection sont chargés de la même manière que les autres new 53db6d5 hostpage : launch full detection => OK The 4 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 53db6d574b84884f134d1ea1d85d6a8847e2fe36 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Mar 12 14:52:21 2015 +0100 hostpage : launch full detection => OK commit 5db3e57ddb62f176b5c5bc9734ec8009f4d2740f Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Mar 12 14:38:20 2015 +0100 les modules de détection sont chargés de la même manière que les autres commit 48badcdb6af53dad361eb0fbfe30f01dd0fff841 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Mar 12 12:06:08 2015 +0100 hostpage : bouton si os non détecté commit 2547482fe1e77e4771589a08e37e8cd6d4fc11e2 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Mar 12 11:35:46 2015 +0100 correction updated_packages et message du websocket_container Summary of changes: app/app.py | 3 + app/module_loader.py | 71 ++++++++++++++-------- app/modules/connection_modules/ssh.py | 1 - app/modules/detection_modules/__init__.py | 3 +- .../{unix => }/drive_detection.py | 22 +++++-- .../{unix => }/kernel_detection.py | 15 ++++- .../detection_modules/{unix => }/os_detection.py | 14 ++++- app/modules/detection_modules/unix/__init__.py | 2 - .../detection_modules/unix/cpu_detection.py | 18 ------ .../detection_modules/unix/network_detection.py | 18 ------ app/modules/monitoring_modules/updated_packages.py | 5 +- .../notification_modules/websocket_container.py | 2 +- app/process_monitoring.py | 3 +- static/js/controllers/hostPageCtrl.js | 14 +++++ views/hostpage.html | 5 +- 15 files changed, 113 insertions(+), 83 deletions(-) rename app/modules/detection_modules/{unix => }/drive_detection.py (79%) rename app/modules/detection_modules/{unix => }/kernel_detection.py (53%) rename app/modules/detection_modules/{unix => }/os_detection.py (73%) delete mode 100644 app/modules/detection_modules/unix/__init__.py delete mode 100644 app/modules/detection_modules/unix/cpu_detection.py delete mode 100644 app/modules/detection_modules/unix/network_detection.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.