correct slack notify commands

This commit is contained in:
Leif Johansson 2018-02-12 22:19:38 +01:00
parent f2ce67bd06
commit 20a5e151bb

View file

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