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 488d527 suppression de mum.conf new a895f09 process_monitoring proprement arreté après KeyboardInterrupt new 856c7de correction structure templates new ebfe3a4 groups: les hôtes peuvent être ajoutés à un groupe new 131a4f4 groups: les hôtes peuvent être retirés d'un groupe + changement du res de get_host() concernant les groupes => pb du filtre des groupes résolu 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 131a4f4e743ca31961f89f673810b44a5b787880 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Mar 17 13:44:43 2015 +0100 groups: les hôtes peuvent être retirés d'un groupe + changement du res de get_host() concernant les groupes => pb du filtre des groupes résolu commit ebfe3a42c3930a3cf413c3b1051abf669536f774 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Mar 17 10:36:39 2015 +0100 groups: les hôtes peuvent être ajoutés à un groupe commit 856c7dee5a0bd6eaf9485dda4ec431201d1ec114 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Mar 16 09:43:01 2015 +0100 correction structure templates commit a895f0985534383f4f97077d1bab30b65a8882c5 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Fri Mar 13 15:12:17 2015 +0100 process_monitoring proprement arreté après KeyboardInterrupt Summary of changes: .gitignore | 3 +- README | 9 +- app/app.py | 4 +- app/module_loader.py | 2 +- app/modules/detection_modules/nmap_detection.py | 4 +- app/modules/notification_modules/email_notif.py | 29 +++++ app/modules/storage_modules/shelve_db.py | 94 +++++++++-------- app/process_monitoring.py | 4 +- bootstrap.sh => install.sh | 8 +- static/js/controllers/groupCtrl.js | 134 +++++++++++++++++++----- views/groups.html | 37 +++++-- views/hostpage.html | 4 +- views/index.html | 12 ++- views/notifications.html | 40 ++++--- views/profile.html | 4 +- views/scan.html | 3 - views/settings.html | 4 +- 17 files changed, 270 insertions(+), 125 deletions(-) create mode 100644 app/modules/notification_modules/email_notif.py rename bootstrap.sh => install.sh (71%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.