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