From 20a5e151bb86ccbd3dbcca32c4c2cc40304ca6f5 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 12 Feb 2018 22:19:38 +0100 Subject: [PATCH] correct slack notify commands --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index a99183ac..67714f00 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -523,8 +523,8 @@ class nagios_monitor { nagioscfg::slack::channel {'eln': } -> nagioscfg::contactgroup {'alerts': } -> nagioscfg::contact {'slack-alerts': - host_notification_commands => ['notify-host-to-slack-nagios'], - service_notification_commands => ['notify-service-to-slack-nagios'], + host_notification_commands => ['notify-host-to-slack-eln'], + service_notification_commands => ['notify-service-to-slack-eln'], contact_groups => ['alerts'] } nagioscfg::service {'service_ping':