icinga-plugins/notification/pushover/users/alle.conf

24 lines
536 B
Plaintext

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"
}