]> granicus.if.org Git - icinga2/commitdiff
Documentation: Fix error in Access Object Attributes at Runtime example
authorMarkus Waldmueller <markus.waldmueller@netways.de>
Wed, 4 Nov 2015 10:50:21 +0000 (11:50 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 25 Nov 2015 15:49:33 +0000 (16:49 +0100)
fixes #10528

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
doc/5-advanced-topics.md

index fc08c563dc094d5e7cf15015acf1053d07fa8483..c5a09f19e210528eca6b990a75ee34f765e06f7d 100644 (file)
@@ -411,7 +411,7 @@ cluster state and output:
         if (up_count >= down_count) {
           return 0 //same up as down -> UP
         } else {
-          return 1 //something is broken
+          return 2 //something is broken
         }
       }}