mirror of https://github.com/Icinga/icinga2.git
parent
5962330b27
commit
4195d23d97
|
@ -27,7 +27,7 @@ object ServiceGroup "ping" {
|
|||
object ServiceGroup "http" {
|
||||
display_name = "HTTP Checks"
|
||||
|
||||
assign where match("http_*", service.check_command)
|
||||
assign where match("http*", service.check_command)
|
||||
}
|
||||
|
||||
object ServiceGroup "disk" {
|
||||
|
|
Loading…
Reference in New Issue