This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository mum. See http://git.chorem.org/mum.git commit 747c53a11b3ee2c26be8e6e06e8d6209fecd81e4 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Mon Jul 13 12:50:02 2015 +0200 fixes bad header: utf8 -> utf-8 --- app/__init__.py | 2 +- app/module_loader.py | 2 +- app/modules/CommandNotFoundException.py | 2 +- app/modules/HostNotFoundException.py | 2 +- app/modules/ModuleNotCompatibleException.py | 2 +- app/modules/__init__.py | 2 +- app/modules/connection_modules/__init__.py | 2 +- app/modules/connection_modules/snmp.py | 2 +- app/modules/connection_modules/snmp_walk.py | 2 +- app/modules/connection_modules/ssh.py | 2 +- app/modules/detection_modules/__init__.py | 2 +- app/modules/detection_modules/drive_detection.py | 2 +- app/modules/detection_modules/drive_snmp_linux.py | 2 +- app/modules/detection_modules/kernel_detection.py | 2 +- app/modules/detection_modules/kernel_snmp_detection.py | 2 +- app/modules/detection_modules/open_ports_detection.py | 2 +- app/modules/detection_modules/os_detection.py | 2 +- app/modules/monitoring_modules/__init__.py | 2 +- app/modules/monitoring_modules/cpu_snmp_linux.py | 2 +- app/modules/monitoring_modules/cpu_ssh_linux.py | 2 +- app/modules/monitoring_modules/disk_snmp_linux.py | 2 +- app/modules/monitoring_modules/disk_ssh_linux.py | 2 +- app/modules/monitoring_modules/http.py | 2 +- app/modules/monitoring_modules/load_10_min_snmp_linux.py | 2 +- app/modules/monitoring_modules/load_15_min_snmp_linux.py | 2 +- app/modules/monitoring_modules/load_15_min_ssh_linux.py | 2 +- app/modules/monitoring_modules/load_5_min_snmp_linux.py | 2 +- app/modules/monitoring_modules/memory_snmp_linux.py | 2 +- app/modules/monitoring_modules/memory_ssh_linux.py | 2 +- app/modules/monitoring_modules/ping.py | 2 +- app/modules/monitoring_modules/smtp.py | 2 +- app/modules/monitoring_modules/swap_snmp_linux.py | 2 +- app/modules/monitoring_modules/swap_ssh_linux.py | 2 +- app/modules/monitoring_modules/updated_packages_ssh_linux.py | 2 +- app/modules/nmap_detection.py | 2 +- app/modules/notification_modules/__init__.py | 2 +- app/modules/notification_modules/email_notif.py | 2 +- app/modules/notification_modules/sms_notif.py | 2 +- app/modules/notification_modules/websocket_container.py | 2 +- app/modules/storage_modules/__init__.py | 2 +- app/modules/storage_modules/shelve_db.py | 2 +- app/mum.py | 2 +- app/process_monitoring.py | 2 +- app/websocket_func.py | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/app/__init__.py b/app/__init__.py index 4f004f7..01ff247 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/module_loader.py b/app/module_loader.py index 787f770..5d63ad0 100644 --- a/app/module_loader.py +++ b/app/module_loader.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/CommandNotFoundException.py b/app/modules/CommandNotFoundException.py index 386664e..e6c380a 100644 --- a/app/modules/CommandNotFoundException.py +++ b/app/modules/CommandNotFoundException.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/HostNotFoundException.py b/app/modules/HostNotFoundException.py index 4bf6829..cbea7d9 100644 --- a/app/modules/HostNotFoundException.py +++ b/app/modules/HostNotFoundException.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/ModuleNotCompatibleException.py b/app/modules/ModuleNotCompatibleException.py index 962f758..c65d254 100644 --- a/app/modules/ModuleNotCompatibleException.py +++ b/app/modules/ModuleNotCompatibleException.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/__init__.py b/app/modules/__init__.py index 4f004f7..01ff247 100644 --- a/app/modules/__init__.py +++ b/app/modules/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/connection_modules/__init__.py b/app/modules/connection_modules/__init__.py index ed1c9eb..e188468 100644 --- a/app/modules/connection_modules/__init__.py +++ b/app/modules/connection_modules/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/connection_modules/snmp.py b/app/modules/connection_modules/snmp.py index c00cb5b..051726a 100644 --- a/app/modules/connection_modules/snmp.py +++ b/app/modules/connection_modules/snmp.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/connection_modules/snmp_walk.py b/app/modules/connection_modules/snmp_walk.py index 24f33e7..4adf6f6 100644 --- a/app/modules/connection_modules/snmp_walk.py +++ b/app/modules/connection_modules/snmp_walk.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/connection_modules/ssh.py b/app/modules/connection_modules/ssh.py index 2bec2c6..7a6f0e3 100644 --- a/app/modules/connection_modules/ssh.py +++ b/app/modules/connection_modules/ssh.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/detection_modules/__init__.py b/app/modules/detection_modules/__init__.py index ed1c9eb..e188468 100644 --- a/app/modules/detection_modules/__init__.py +++ b/app/modules/detection_modules/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/detection_modules/drive_detection.py b/app/modules/detection_modules/drive_detection.py index b93d724..498c267 100644 --- a/app/modules/detection_modules/drive_detection.py +++ b/app/modules/detection_modules/drive_detection.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/detection_modules/drive_snmp_linux.py b/app/modules/detection_modules/drive_snmp_linux.py index cfc60be..4c847b8 100644 --- a/app/modules/detection_modules/drive_snmp_linux.py +++ b/app/modules/detection_modules/drive_snmp_linux.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/detection_modules/kernel_detection.py b/app/modules/detection_modules/kernel_detection.py index ecc9c4b..aeae2f9 100644 --- a/app/modules/detection_modules/kernel_detection.py +++ b/app/modules/detection_modules/kernel_detection.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/detection_modules/kernel_snmp_detection.py b/app/modules/detection_modules/kernel_snmp_detection.py index 8c90d73..91e4fee 100644 --- a/app/modules/detection_modules/kernel_snmp_detection.py +++ b/app/modules/detection_modules/kernel_snmp_detection.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/detection_modules/open_ports_detection.py b/app/modules/detection_modules/open_ports_detection.py index 7c996a0..d24998b 100644 --- a/app/modules/detection_modules/open_ports_detection.py +++ b/app/modules/detection_modules/open_ports_detection.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/detection_modules/os_detection.py b/app/modules/detection_modules/os_detection.py index 473703d..051a056 100644 --- a/app/modules/detection_modules/os_detection.py +++ b/app/modules/detection_modules/os_detection.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/__init__.py b/app/modules/monitoring_modules/__init__.py index ed1c9eb..e188468 100644 --- a/app/modules/monitoring_modules/__init__.py +++ b/app/modules/monitoring_modules/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/cpu_snmp_linux.py b/app/modules/monitoring_modules/cpu_snmp_linux.py index d0c6462..9a89159 100644 --- a/app/modules/monitoring_modules/cpu_snmp_linux.py +++ b/app/modules/monitoring_modules/cpu_snmp_linux.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/cpu_ssh_linux.py b/app/modules/monitoring_modules/cpu_ssh_linux.py index 71e169a..3eb7f90 100644 --- a/app/modules/monitoring_modules/cpu_ssh_linux.py +++ b/app/modules/monitoring_modules/cpu_ssh_linux.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/disk_snmp_linux.py b/app/modules/monitoring_modules/disk_snmp_linux.py index 44352cb..858af9a 100644 --- a/app/modules/monitoring_modules/disk_snmp_linux.py +++ b/app/modules/monitoring_modules/disk_snmp_linux.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/disk_ssh_linux.py b/app/modules/monitoring_modules/disk_ssh_linux.py index 7e6d016..e00db26 100644 --- a/app/modules/monitoring_modules/disk_ssh_linux.py +++ b/app/modules/monitoring_modules/disk_ssh_linux.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/http.py b/app/modules/monitoring_modules/http.py index d17c252..b219889 100644 --- a/app/modules/monitoring_modules/http.py +++ b/app/modules/monitoring_modules/http.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/load_10_min_snmp_linux.py b/app/modules/monitoring_modules/load_10_min_snmp_linux.py index 7c44279..7b9b9f1 100644 --- a/app/modules/monitoring_modules/load_10_min_snmp_linux.py +++ b/app/modules/monitoring_modules/load_10_min_snmp_linux.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/load_15_min_snmp_linux.py b/app/modules/monitoring_modules/load_15_min_snmp_linux.py index a89fa69..8f4cd52 100644 --- a/app/modules/monitoring_modules/load_15_min_snmp_linux.py +++ b/app/modules/monitoring_modules/load_15_min_snmp_linux.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/load_15_min_ssh_linux.py b/app/modules/monitoring_modules/load_15_min_ssh_linux.py index e7a017f..64763d4 100644 --- a/app/modules/monitoring_modules/load_15_min_ssh_linux.py +++ b/app/modules/monitoring_modules/load_15_min_ssh_linux.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/load_5_min_snmp_linux.py b/app/modules/monitoring_modules/load_5_min_snmp_linux.py index 3001529..e596761 100644 --- a/app/modules/monitoring_modules/load_5_min_snmp_linux.py +++ b/app/modules/monitoring_modules/load_5_min_snmp_linux.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/memory_snmp_linux.py b/app/modules/monitoring_modules/memory_snmp_linux.py index e8ac989..b7ad569 100644 --- a/app/modules/monitoring_modules/memory_snmp_linux.py +++ b/app/modules/monitoring_modules/memory_snmp_linux.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/memory_ssh_linux.py b/app/modules/monitoring_modules/memory_ssh_linux.py index 986e678..855e666 100644 --- a/app/modules/monitoring_modules/memory_ssh_linux.py +++ b/app/modules/monitoring_modules/memory_ssh_linux.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/ping.py b/app/modules/monitoring_modules/ping.py index a21d714..a3a7305 100644 --- a/app/modules/monitoring_modules/ping.py +++ b/app/modules/monitoring_modules/ping.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/smtp.py b/app/modules/monitoring_modules/smtp.py index 3e60fc9..9fc5790 100644 --- a/app/modules/monitoring_modules/smtp.py +++ b/app/modules/monitoring_modules/smtp.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/swap_snmp_linux.py b/app/modules/monitoring_modules/swap_snmp_linux.py index 4d6c3d6..0997a94 100644 --- a/app/modules/monitoring_modules/swap_snmp_linux.py +++ b/app/modules/monitoring_modules/swap_snmp_linux.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/swap_ssh_linux.py b/app/modules/monitoring_modules/swap_ssh_linux.py index f0db360..e9017ec 100644 --- a/app/modules/monitoring_modules/swap_ssh_linux.py +++ b/app/modules/monitoring_modules/swap_ssh_linux.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/monitoring_modules/updated_packages_ssh_linux.py b/app/modules/monitoring_modules/updated_packages_ssh_linux.py index db75af0..80dca42 100644 --- a/app/modules/monitoring_modules/updated_packages_ssh_linux.py +++ b/app/modules/monitoring_modules/updated_packages_ssh_linux.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/nmap_detection.py b/app/modules/nmap_detection.py index 2f55521..da4a40a 100644 --- a/app/modules/nmap_detection.py +++ b/app/modules/nmap_detection.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/notification_modules/__init__.py b/app/modules/notification_modules/__init__.py index 4f004f7..01ff247 100644 --- a/app/modules/notification_modules/__init__.py +++ b/app/modules/notification_modules/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/notification_modules/email_notif.py b/app/modules/notification_modules/email_notif.py index 7ccc81b..d9faca3 100644 --- a/app/modules/notification_modules/email_notif.py +++ b/app/modules/notification_modules/email_notif.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/notification_modules/sms_notif.py b/app/modules/notification_modules/sms_notif.py index 1514361..bad2431 100644 --- a/app/modules/notification_modules/sms_notif.py +++ b/app/modules/notification_modules/sms_notif.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/notification_modules/websocket_container.py b/app/modules/notification_modules/websocket_container.py index 9a2faf8..476d469 100644 --- a/app/modules/notification_modules/websocket_container.py +++ b/app/modules/notification_modules/websocket_container.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/storage_modules/__init__.py b/app/modules/storage_modules/__init__.py index 6da8ae9..771b9ff 100644 --- a/app/modules/storage_modules/__init__.py +++ b/app/modules/storage_modules/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/modules/storage_modules/shelve_db.py b/app/modules/storage_modules/shelve_db.py index 0143b76..51f42ed 100644 --- a/app/modules/storage_modules/shelve_db.py +++ b/app/modules/storage_modules/shelve_db.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/mum.py b/app/mum.py index 41d441c..122757a 100755 --- a/app/mum.py +++ b/app/mum.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/process_monitoring.py b/app/process_monitoring.py index 0c25876..3d5610f 100644 --- a/app/process_monitoring.py +++ b/app/process_monitoring.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/app/websocket_func.py b/app/websocket_func.py index ac12441..95afbaa 100644 --- a/app/websocket_func.py +++ b/app/websocket_func.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.