Notification: Pushover
Alle benötigten Scripte und Konfigurations-Dateien wurden hinzugefügt
This commit is contained in:
20
notification/pushover/notifications/pushover.conf
Normal file
20
notification/pushover/notifications/pushover.conf
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user