mirror of https://github.com/Icinga/icinga2.git
Documentation: Fix error in Access Object Attributes at Runtime example
fixes #10528 Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
This commit is contained in:
parent
21cb5690f5
commit
f79b07326c
|
@ -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
|
||||
}
|
||||
}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue