From b22d3c099aa182819fd4871d9579bec74fe188e7 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 21 Nov 2014 14:02:51 +0100 Subject: [PATCH] Add notification custom vars to the satellite-{host,service} templates fixes #7770 --- etc/icinga2/conf.d/satellite.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/etc/icinga2/conf.d/satellite.conf b/etc/icinga2/conf.d/satellite.conf index 01ba1af33..4a6b97add 100644 --- a/etc/icinga2/conf.d/satellite.conf +++ b/etc/icinga2/conf.d/satellite.conf @@ -9,7 +9,9 @@ * attributes used for notifications, etc. */ template Host "satellite-host" { - + vars.notification["mail"] = { + groups = [ "icingaadmins" ] + } } /** @@ -18,7 +20,9 @@ template Host "satellite-host" { * attributes used for notifications, etc. */ template Service "satellite-service" { - + vars.notification["mail"] = { + groups = [ "icingaadmins" ] + } } -- 2.40.0