mirror of https://github.com/Icinga/icinga2.git
Merge pull request #5440 from mcktr/mcktr/fix/doc-missing-state-filter
Add missing notification state filter to documentation
This commit is contained in:
commit
925dc25078
|
@ -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 ]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue