change: comment out mail notifications by default

This commit is contained in:
2023-03-16 10:03:19 +01:00
parent c9beb4a15d
commit 7553a873b5
2 changed files with 9 additions and 7 deletions

View File

@@ -9,10 +9,11 @@ object Host "{{ hostname }}" {
max_check_attempts = 7
retry_interval = 1m
vars.notification["mail"] = {
groups = ["icingaadmins"]
}
# TODO condition template?
# vars.notification["mail"] = {
# groups = ["icingaadmins"]
# }
{% for website_name, url in websites %}
vars.http_vhosts["{{ website_name }}"] = {