mirror of https://github.com/Icinga/icinga2.git
parent
01ece9ae23
commit
c996fbb5c4
|
@ -100,7 +100,7 @@ void IdoCheckTask::ScriptFunc(const Checkable::Ptr& checkable, const CheckResult
|
|||
cr->SetState(ServiceCritical);
|
||||
} else {
|
||||
cr->SetOutput("Not currently enabled: Another cluster instance is responsible for the IDO database.");
|
||||
cr->SetState(ServciceOK);
|
||||
cr->SetState(ServiceOK);
|
||||
}
|
||||
} else {
|
||||
String schema_version = conn->GetSchemaVersion();
|
||||
|
|
Loading…
Reference in New Issue