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 024851f Add .gitignore file new cc27df3 reorganisation des modules python + index fonctionne partiellement avec angularJS new 5cf361f index.html dynamique avec angular. mais serveur avec thread et le client demande regulierement l'etat du serveur The 2 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 5cf361fc0f680ada9c4a246df27f68c44a86a0cb Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Wed Jan 28 15:10:38 2015 +0100 index.html dynamique avec angular. mais serveur avec thread et le client demande regulierement l'etat du serveur commit cc27df362b252e1425f353fad7de86c37ead1e24 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Jan 27 15:34:53 2015 +0100 reorganisation des modules python + index fonctionne partiellement avec angularJS Summary of changes: .gitignore | 3 +- .../Nagios_detection.py => __init__.py} | 0 app/app.py | 126 ++++++++----------- .../{SNMP_detection.py => __init__.py} | 0 .../{Nagios_detection.py => nagios_detection.py} | 0 app/detection_modules/nmap_detection.py | 140 +++++++++++++++++++++ .../{Nagios_detection.py => snmp_detection.py} | 0 .../{SSH_detection.py => ssh_detection.py} | 0 .../__init__.py} | 0 requirements.txt | 3 +- res.xml | 76 +---------- static/js/controllers/script.js | 70 +++++++++++ views/index.html | 23 ++-- 13 files changed, 283 insertions(+), 158 deletions(-) copy app/{detection_modules/Nagios_detection.py => __init__.py} (100%) rename app/detection_modules/{SNMP_detection.py => __init__.py} (100%) copy app/detection_modules/{Nagios_detection.py => nagios_detection.py} (100%) create mode 100644 app/detection_modules/nmap_detection.py copy app/detection_modules/{Nagios_detection.py => snmp_detection.py} (100%) rename app/detection_modules/{SSH_detection.py => ssh_detection.py} (100%) rename app/{detection_modules/Nagios_detection.py => monitoring_modules/__init__.py} (100%) create mode 100644 static/js/controllers/script.js -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.