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':