update notification schedule

This commit is contained in:
Vladimir Vitkov 2019-10-29 05:47:37 +02:00
parent 5ac56675b0
commit 413fe9c8ad
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@
apply Notification "slack" to Service {
import "slack-service-notification"
user_groups = host.vars.notification.slack.groups
interval = 1m
interval = 10m
vars.notification_logtosyslog = true
assign where host.vars.notification.slack
}