]> granicus.if.org Git - icinga2/commitdiff
added missing notification state 5440/head
authorMichael <mcktr55@gmail.com>
Thu, 27 Jul 2017 06:55:35 +0000 (08:55 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2017 06:55:35 +0000 (08:55 +0200)
doc/03-monitoring-basics.md

index ad84f17d724d37be13be96cf2ae3de753b472aaa..317a6ab37f1cc964d3be1a12f4079caaa4795850 100644 (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 ]
     }