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,19 @@
template Notification "pushover-host-notification" {
command = "pushover-host-notification"
states = [ Up, Down ]
types = [ Problem, Acknowledgement, Recovery, Custom,
FlappingStart, FlappingEnd,
DowntimeStart, DowntimeEnd, DowntimeRemoved ]
period = "24x7"
}
template Notification "pushover-service-notification" {
command = "pushover-service-notification"
states = [ OK, Warning, Critical, Unknown ]
types = [ Problem, Acknowledgement, Recovery, Custom, FlappingStart, FlappingEnd, DowntimeStart, DowntimeEnd, DowntimeRemoved ]
period = "24x7"
}