From 4195d23d97caebd9e3634749838810da83a5c179 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sat, 11 Oct 2014 16:49:15 +0200 Subject: [PATCH] Fix typo in sample config for http ServiceGroup fixes #7365 --- etc/icinga2/conf.d/groups.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/icinga2/conf.d/groups.conf b/etc/icinga2/conf.d/groups.conf index 94618eac9..7b5bceb73 100644 --- a/etc/icinga2/conf.d/groups.conf +++ b/etc/icinga2/conf.d/groups.conf @@ -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" { -- 2.40.0