Notification: Pushover

Alle benötigten Scripte und Konfigurations-Dateien wurden hinzugefügt
This commit is contained in:
2020-01-13 11:22:31 +01:00
parent b437b5a160
commit 75a6779bb2
9 changed files with 463 additions and 51 deletions

View File

@@ -0,0 +1,20 @@
apply Notification "pushover-icingaadmin" to Host {
import "pushover-host-notification"
user_groups = host.vars.notification.pushover.groups
users = host.vars.notification.pushover.users
assign where host.vars.notification.pushover
interval = 0 // disable re-notification
}
apply Notification "pushover-icingaadmin" to Service {
import "pushover-service-notification"
user_groups = host.vars.notification.pushover.groups
users = host.vars.notification.pushover.users
assign where host.vars.notification.pushover
interval = 0 // disable re-notification
}