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,23 @@
object User "patrick" {
import "generic-user"
display_name = "Patrick"
# groups = [ "icingaadmins" , "icingaadmins-pushover" ]
groups = [ "icingaadmins-pushover" ]
email = "root@localhost"
#Pushover Messages
vars.pushover_user = "<USER-Token>"
vars.pushover_token = "<API-Token>"
#Devices
#(mehrere devices = [ "device1", "device2" ]
vars.pushover_device = [ "<device>" ]
# vars.pushover_priority = "2"
# retry >= 30
# vars.pushover_retry = "30"
# expire <= 10800
# vars.pushover_expire = "300"
}