From e2bb75019c7005a0c3f02520b55739997e4cf3e5 Mon Sep 17 00:00:00 2001 From: Vladimir Vitkov <5081863+zeridon@users.noreply.github.com> Date: Tue, 29 Oct 2019 05:46:06 +0200 Subject: [PATCH] You get a notification, and you get a notification and everybody gets a notification --- monitoring/icinga2/conf.d/hosts.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/monitoring/icinga2/conf.d/hosts.conf b/monitoring/icinga2/conf.d/hosts.conf index 0118f03..e7aa6ba 100644 --- a/monitoring/icinga2/conf.d/hosts.conf +++ b/monitoring/icinga2/conf.d/hosts.conf @@ -48,5 +48,9 @@ object Host NodeName { /* The UserGroup `icingaadmins` is defined in `users.conf`. */ groups = [ "icingaadmins" ] } + + vars.notification["slack"] = { + groups = [ "icingaadmins"] + } }