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 7b6efcd Merge branch 'develop' of https://git.chorem.org/mum into develop new 4eaeefe added AGPL header on python files new 24dba11 added AGPL header on javascript files 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 24dba1103a87c0b2809e8f93cd4f6e652b8b4468 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Jul 7 11:39:32 2015 +0200 added AGPL header on javascript files commit 4eaeefef7d8307e5af441ebd390e05d9bb64a657 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Tue Jul 7 11:30:58 2015 +0200 added AGPL header on python files Summary of changes: .gitignore | 5 +++-- app/__init__.py | 18 ++++++++++++++++++ app/module_loader.py | 18 ++++++++++++++++++ app/modules/CommandNotFoundException.py | 18 ++++++++++++++++++ app/modules/HostNotFoundException.py | 18 ++++++++++++++++++ app/modules/ModuleNotCompatibleException.py | 18 ++++++++++++++++++ app/modules/__init__.py | 18 ++++++++++++++++++ app/modules/connection_modules/__init__.py | 18 ++++++++++++++++++ app/modules/connection_modules/snmp.py | 18 ++++++++++++++++++ app/modules/connection_modules/snmp_walk.py | 18 ++++++++++++++++++ app/modules/connection_modules/ssh.py | 18 ++++++++++++++++++ app/modules/detection_modules/__init__.py | 18 ++++++++++++++++++ app/modules/detection_modules/drive_detection.py | 18 ++++++++++++++++++ app/modules/detection_modules/drive_snmp_linux.py | 19 ++++++++++++++++++- app/modules/detection_modules/kernel_detection.py | 19 ++++++++++++++++++- app/modules/detection_modules/open_ports_detection.py | 19 ++++++++++++++++++- app/modules/detection_modules/os_detection.py | 19 ++++++++++++++++++- app/modules/monitoring_modules/__init__.py | 18 ++++++++++++++++++ app/modules/monitoring_modules/cpu_snmp_linux.py | 17 +++++++++++++++++ app/modules/monitoring_modules/cpu_ssh_linux.py | 17 +++++++++++++++++ app/modules/monitoring_modules/disk_snmp_linux.py | 18 ++++++++++++++++++ app/modules/monitoring_modules/disk_ssh_linux.py | 18 ++++++++++++++++++ app/modules/monitoring_modules/http.py | 18 ++++++++++++++++++ .../monitoring_modules/load_10_min_snmp_linux.py | 17 +++++++++++++++++ .../monitoring_modules/load_15_min_snmp_linux.py | 17 +++++++++++++++++ .../monitoring_modules/load_15_min_ssh_linux.py | 17 +++++++++++++++++ .../monitoring_modules/load_5_min_snmp_linux.py | 17 +++++++++++++++++ app/modules/monitoring_modules/memory_snmp_linux.py | 18 ++++++++++++++++++ app/modules/monitoring_modules/memory_ssh_linux.py | 18 ++++++++++++++++++ app/modules/monitoring_modules/ping.py | 18 ++++++++++++++++++ app/modules/monitoring_modules/smtp.py | 18 ++++++++++++++++++ app/modules/monitoring_modules/swap_snmp_linux.py | 18 ++++++++++++++++++ app/modules/monitoring_modules/swap_ssh_linux.py | 17 +++++++++++++++++ .../monitoring_modules/updated_packages_ssh_linux.py | 17 +++++++++++++++++ app/modules/nmap_detection.py | 18 ++++++++++++++++++ app/modules/notification_modules/__init__.py | 18 ++++++++++++++++++ app/modules/notification_modules/email_notif.py | 18 ++++++++++++++++++ app/modules/notification_modules/sms_notif.py | 18 ++++++++++++++++++ .../notification_modules/websocket_container.py | 18 ++++++++++++++++++ app/modules/storage_modules/__init__.py | 18 ++++++++++++++++++ app/modules/storage_modules/shelve_db.py | 17 +++++++++++++++++ app/mum.py | 18 +++++++++++++++++- app/process_monitoring.py | 19 ++++++++++++++++++- app/websocket_func.py | 18 +++++++++++++++++- static/js/controllers/dashboardCtrl.js | 18 ++++++++++++++++++ static/js/controllers/headCtrl.js | 18 ++++++++++++++++++ static/js/controllers/hostPageCtrl.js | 18 ++++++++++++++++++ static/js/controllers/notificationsCtrl.js | 18 ++++++++++++++++++ static/js/controllers/scanCtrl.js | 18 ++++++++++++++++++ static/js/controllers/settingsCtrl.js | 18 ++++++++++++++++++ static/js/controllers/statsCtrl.js | 18 ++++++++++++++++++ static/js/controllers/usersCtrl.js | 18 ++++++++++++++++++ static/js/mumApp.js | 18 ++++++++++++++++++ 53 files changed, 928 insertions(+), 9 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.