check_nginx_service.sh,check_sympa_service.sh,check_webservice_load.sh,check_wwsympa_service.sh: default alert e-mail is now 'root'.

This commit is contained in:
2022-06-12 15:55:55 +02:00
parent 66bf37f24e
commit bbc3370038
4 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ working_dir="$(dirname $(realpath $0))"
LOCK_DIR="/tmp/$(basename $0).LOCK"
service_name="sympa"
alert_email_arr="argus@oopen.de"
alert_email_arr="root"
sender_address="check_${service_name}@$(hostname -f)"
content_type='Content-Type: text/plain;\n charset="utf-8"'