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 a3a9dcb the monitoring can now resume after launching again the server new c0814f3 new class : WebSocketContainer, which permit to refresh the frontend when a check occures + added 'warning' and 'danger' list of modules as information on get_hosts() => now is visible on dashboard new a1175ea optimization on process_monitoring 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 a1175ea2326e3dea53dd9471076d64edb361ff0c Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Feb 26 15:42:54 2015 +0100 optimization on process_monitoring commit c0814f3675c4f6c2423a930ff47bd3f4b331aece Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Feb 26 15:23:52 2015 +0100 new class : WebSocketContainer, which permit to refresh the frontend when a check occures + added 'warning' and 'danger' list of modules as information on get_hosts() => now is visible on dashboard Summary of changes: app/app.py | 10 ++++++++-- app/{ => modules/notification_modules}/__init__.py | 0 .../notification_modules/websocket_container.py | 19 ++++++++++++++++++ app/modules/storage_modules/shelve_db.py | 9 +++++++++ app/process_monitoring.py | 23 +++++++++++++++------- views/dashboard.html | 3 ++- 6 files changed, 54 insertions(+), 10 deletions(-) copy app/{ => modules/notification_modules}/__init__.py (100%) create mode 100644 app/modules/notification_modules/websocket_container.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.