mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 05:41:35 +01:00
change: comment out mail notifications by default
This commit is contained in:
@@ -15,9 +15,10 @@ object Host "async_icinga" {
|
|||||||
max_check_attempts = 5
|
max_check_attempts = 5
|
||||||
retry_interval = 1m
|
retry_interval = 1m
|
||||||
|
|
||||||
vars.notification["mail"] = {
|
# TODO: conditional template in pyansible
|
||||||
groups = ["icingaadmins"]
|
# vars.notification["mail"] = {
|
||||||
}
|
# groups = ["icingaadmins"]
|
||||||
|
# }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9,10 +9,11 @@ object Host "{{ hostname }}" {
|
|||||||
|
|
||||||
max_check_attempts = 7
|
max_check_attempts = 7
|
||||||
retry_interval = 1m
|
retry_interval = 1m
|
||||||
|
|
||||||
vars.notification["mail"] = {
|
# TODO condition template?
|
||||||
groups = ["icingaadmins"]
|
# vars.notification["mail"] = {
|
||||||
}
|
# groups = ["icingaadmins"]
|
||||||
|
# }
|
||||||
|
|
||||||
{% for website_name, url in websites %}
|
{% for website_name, url in websites %}
|
||||||
vars.http_vhosts["{{ website_name }}"] = {
|
vars.http_vhosts["{{ website_name }}"] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user