correct slack notify commands
This commit is contained in:
parent
f2ce67bd06
commit
20a5e151bb
1 changed files with 2 additions and 2 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Reference in a new issue