mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 16:44:29 +02:00
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" {
|
template Notification "generic-notification" {
|
||||||
|
|
||||||
states = [ Warning, Critical, Unknown ]
|
states = [ OK, Warning, Critical, Unknown ]
|
||||||
types = [ Problem, Acknowledgement, Recovery, Custom, FlappingStart,
|
types = [ Problem, Acknowledgement, Recovery, Custom, FlappingStart,
|
||||||
FlappingEnd, DowntimeStart, DowntimeEnd, DowntimeRemoved ]
|
FlappingEnd, DowntimeStart, DowntimeEnd, DowntimeRemoved ]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user