bundles/icinga2: add hostgroup for hosts which send SMS
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-01-02 12:58:52 +01:00
parent 4f57a6c0e3
commit 8752299e61
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -20,6 +20,12 @@ object ServiceGroup "checks_with_mail" {
assign where service.vars.notification.mail == true
}
object HostGroup "checks_with_sms" {
display_name = "Hosts which send SMS"
assign where host.vars.notification.sms == true
}
object ServiceGroup "checks_with_sms" {
display_name = "Checks which send SMS"