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 0b5c9d1 suppression de res.xml new c865e90 toaster en place sur l'index de base + maquette ajoutée new 6c21b41 scan nmap sauvegardé dans bdd Shelve new 91d6baf scan nmap sauvegardé dans bdd Shelve new 7d977ba function get_hosts() implemented 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 7d977bac276a337cf4cb14876f24ef8428ff2cd1 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Feb 17 15:22:17 2015 +0100 function get_hosts() implemented commit 91d6baf751607759cf9c762bd21e5373b95b2298 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Feb 17 11:29:06 2015 +0100 scan nmap sauvegardé dans bdd Shelve commit 6c21b415ad9507b1566b7a7961139806bedd490f Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Feb 17 11:28:31 2015 +0100 scan nmap sauvegardé dans bdd Shelve commit c865e90a5142080a7c767a737e49d114da57af81 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Feb 16 17:52:35 2015 +0100 toaster en place sur l'index de base + maquette ajoutée Summary of changes: app/app.py | 63 ++- app/{detection_modules => modules}/__init__.py | 0 .../detection_modules}/__init__.py | 0 app/modules/detection_modules/drive_detection.py | 34 ++ .../detection_modules/nagios_detection.py | 0 .../detection_modules/nmap_detection.py | 88 ++-- .../detection_modules/snmp_detection.py | 0 .../detection_modules/ssh_detection.py | 15 +- app/modules/storage.py | 156 ++++++ app/{ => modules/storage_module}/__init__.py | 0 bower.json | 4 +- static/css/dashboard.css | 121 +++++ static/css/signin.css | 40 ++ static/js/controllers/detectCtrl.js | 60 ++- static/js/controllers/settings_ctrl.js | 8 + static/js/controllers/table_ctrl.js | 351 ++++++++++++++ views/angular.html | 20 - views/dashboard.html | 162 +++++++ views/groups.html | 142 ++++++ views/hostpage.html | 524 +++++++++++++++++++++ views/index.html | 24 +- views/notifications.html | 247 ++++++++++ views/profile.html | 187 ++++++++ views/scan.html | 81 ++++ views/settings.html | 216 +++++++++ views/signin.html | 43 ++ views/stats.html | 97 ++++ views/users.html | 94 ++++ 28 files changed, 2685 insertions(+), 92 deletions(-) rename app/{detection_modules => modules}/__init__.py (100%) rename app/{monitoring_modules => modules/detection_modules}/__init__.py (100%) create mode 100644 app/modules/detection_modules/drive_detection.py rename app/{ => modules}/detection_modules/nagios_detection.py (100%) rename app/{ => modules}/detection_modules/nmap_detection.py (60%) rename app/{ => modules}/detection_modules/snmp_detection.py (100%) rename app/{ => modules}/detection_modules/ssh_detection.py (90%) create mode 100644 app/modules/storage.py copy app/{ => modules/storage_module}/__init__.py (100%) create mode 100644 static/css/dashboard.css create mode 100644 static/css/signin.css create mode 100644 static/js/controllers/settings_ctrl.js create mode 100644 static/js/controllers/table_ctrl.js delete mode 100644 views/angular.html create mode 100644 views/dashboard.html create mode 100644 views/groups.html create mode 100644 views/hostpage.html create mode 100644 views/notifications.html create mode 100644 views/profile.html create mode 100644 views/scan.html create mode 100644 views/settings.html create mode 100644 views/signin.html create mode 100644 views/stats.html create mode 100644 views/users.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.