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
|
||||
}
|
||||
|
||||
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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue