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