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 46c28b3 - module_loader est dorénavant une classe - l'emplacement de la bdd et des modules externes sont configurables dans le fichier conf.txt new 492e5c1 Les modules de monitoring sont maintenant chargés : d'une part ceux internes, d'autre part ceux dans le dossier extérieur spécifiés dans conf.txt The 1 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 492e5c18d0dc2e8f13c7259f28707532285d9f8a Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Fri Mar 6 16:57:39 2015 +0100 Les modules de monitoring sont maintenant chargés : d'une part ceux internes, d'autre part ceux dans le dossier extérieur spécifiés dans conf.txt Summary of changes: app/app.py | 1 + app/module_loader.py | 110 +++++++++++++-------- app/modules/monitoring_modules/__init__.py | 1 - app/modules/monitoring_modules/{unix => }/disk.py | 24 ++++- .../monitoring_modules/{unix => }/memory.py | 22 ++++- app/modules/monitoring_modules/ping.py | 23 ++++- app/modules/monitoring_modules/unix/__init__.py | 7 -- .../monitoring_modules/unix/updated_packages.py | 16 --- app/modules/monitoring_modules/updated_packages.py | 37 +++++++ app/modules/storage_modules/shelve_db.py | 21 ++-- app/process_monitoring.py | 5 +- conf.txt | 2 +- 12 files changed, 188 insertions(+), 81 deletions(-) rename app/modules/monitoring_modules/{unix => }/disk.py (67%) rename app/modules/monitoring_modules/{unix => }/memory.py (71%) delete mode 100644 app/modules/monitoring_modules/unix/__init__.py delete mode 100644 app/modules/monitoring_modules/unix/updated_packages.py create mode 100644 app/modules/monitoring_modules/updated_packages.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.