Fix typo in sample config for http ServiceGroup

fixes #7365
This commit is contained in:
Michael Friedrich 2014-10-11 16:49:15 +02:00
parent 5962330b27
commit 4195d23d97
1 changed files with 1 additions and 1 deletions

View File

@ -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" {