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 6300cc0 run_all_detection_modules OK run_all_monitoring_modules OK get_hosts now at the opening of websocket new 1db4361 comments added new 53d9e06 Ajout de "mum.db" au .gitignore new 377543e Files commented added new 879347f Merge branch 'develop' of https://git.chorem.org/mum into develop 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 879347f73a0d67a89bb69e0ae3322bd121efb385 Merge: 377543e 6300cc0 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Fri Feb 20 10:09:05 2015 +0100 Merge branch 'develop' of https://git.chorem.org/mum into develop Conflicts: app/module_loader.py app/modules/monitoring_modules/__init__.py commit 377543eae3380458096c6318dc554bde6f247b16 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Fri Feb 20 10:02:45 2015 +0100 Files commented added commit 53d9e064b71e6bd52cdb8cf300f564f02cebe615 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Fri Feb 20 10:02:11 2015 +0100 Ajout de "mum.db" au .gitignore commit 1db4361179c52bbbdf65244a04683471e66f8a8c Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Fri Feb 20 09:41:03 2015 +0100 comments added Summary of changes: .gitignore | 3 +- app/app.pyc | Bin 0 -> 4800 bytes app/module_loader.py | 31 ++++++++- app/module_loader.pyc | Bin 0 -> 1848 bytes app/modules/__init__.pyc | Bin 0 -> 165 bytes app/modules/connection_modules/__init__.pyc | Bin 0 -> 215 bytes app/modules/connection_modules/ssh.pyc | Bin 0 -> 1330 bytes app/modules/detection_modules/__init__.pyc | Bin 0 -> 191 bytes app/modules/detection_modules/nmap_detection.pyc | Bin 0 -> 4355 bytes app/modules/detection_modules/unix/__init__.pyc | Bin 0 -> 275 bytes .../detection_modules/unix/cpu_detection.py | 18 ++++++ .../detection_modules/unix/drive_detection.pyc | Bin 0 -> 1445 bytes .../detection_modules/unix/network_detection.py | 18 ++++++ app/modules/monitoring_modules/__init__.py | 4 +- app/modules/storage_modules/__init__.pyc | Bin 0 -> 218 bytes app/modules/storage_modules/shelve_db.py | 71 +++++++++++++++++++-- app/modules/storage_modules/shelve_db.pyc | Bin 0 -> 4335 bytes 17 files changed, 137 insertions(+), 8 deletions(-) create mode 100644 app/app.pyc create mode 100644 app/module_loader.pyc create mode 100644 app/modules/__init__.pyc create mode 100644 app/modules/connection_modules/__init__.pyc create mode 100644 app/modules/connection_modules/ssh.pyc create mode 100644 app/modules/detection_modules/__init__.pyc create mode 100644 app/modules/detection_modules/nmap_detection.pyc create mode 100644 app/modules/detection_modules/unix/__init__.pyc create mode 100644 app/modules/detection_modules/unix/cpu_detection.py create mode 100644 app/modules/detection_modules/unix/drive_detection.pyc create mode 100644 app/modules/detection_modules/unix/network_detection.py create mode 100644 app/modules/storage_modules/__init__.pyc create mode 100644 app/modules/storage_modules/shelve_db.pyc -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.