added missing notification state

This commit is contained in:
Michael 2017-07-27 08:55:35 +02:00 committed by GitHub
parent 9a418a498e
commit 60a851c504

View File

@ -1245,7 +1245,7 @@ Available state and type filters for notifications are:
template Notification "generic-notification" {
states = [ Warning, Critical, Unknown ]
states = [ OK, Warning, Critical, Unknown ]
types = [ Problem, Acknowledgement, Recovery, Custom, FlappingStart,
FlappingEnd, DowntimeStart, DowntimeEnd, DowntimeRemoved ]
}