bundlewrap/bundles/icinga2/files/icinga2/notifications.conf

30 lines
648 B
Plaintext

apply Notification "notify_host-notification" to Host {
import "host-notification"
interval = 30m
times = {
begin = 0m
}
assign where host.vars.notification.sms == true
}
apply Notification "notify_service-notification" to Service {
import "service-notification"
interval = 30m
times = {
begin = 0m
}
assign where service.vars.notification.sms == true
}
apply Notification "notify_service-notification-mail" to Service {
import "service-notification"
interval = 0
assign where service.vars.notification.mail == true
ignore where service.vars.notification.sms == true
}