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 f5637be statistics by module on hostpage new 1ccba97 removed useless attribute "return_dict" on moni mod + moved websocket core functions from mum.py to new module websocket_func 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 1ccba97b34c21edb3adc9d977cf5bed435dff794 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue May 19 16:19:16 2015 +0200 removed useless attribute "return_dict" on moni mod + moved websocket core functions from mum.py to new module websocket_func Summary of changes: app/module_loader.py | 1 - .../monitoring_modules/15_min_load_snmp_linux.py | 1 - app/modules/monitoring_modules/cpu_glances.py | 1 - app/modules/monitoring_modules/cpu_snmp_linux.py | 1 - app/modules/monitoring_modules/cpu_ssh_linux.py | 1 - app/modules/monitoring_modules/disk_snmp_linux.py | 1 - app/modules/monitoring_modules/disk_ssh_linux.py | 1 - app/modules/monitoring_modules/http.py | 1 - app/modules/monitoring_modules/load_ssh_linux.py | 1 - .../monitoring_modules/memory_snmp_linux.py | 1 - app/modules/monitoring_modules/memory_ssh_linux.py | 1 - app/modules/monitoring_modules/ping.py | 1 - app/modules/monitoring_modules/smtp.py | 1 - app/modules/monitoring_modules/swap_snmp_linux.py | 1 - app/modules/monitoring_modules/swap_ssh_linux.py | 1 - .../updated_packages_ssh_linux.py | 1 - app/mum.py | 115 +------------- app/websocket_func.py | 168 +++++++++++++++++++++ views/dashboard.html | 10 +- 19 files changed, 182 insertions(+), 127 deletions(-) create mode 100644 app/websocket_func.py -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.