bundles/icinga2: add hostgroup for hosts which send SMS
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
4f57a6c0e3
commit
8752299e61
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ object ServiceGroup "checks_with_mail" {
|
||||||
assign where service.vars.notification.mail == true
|
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" {
|
object ServiceGroup "checks_with_sms" {
|
||||||
display_name = "Checks which send SMS"
|
display_name = "Checks which send SMS"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue