diff --git a/lib/icinga/checkable-check.cpp b/lib/icinga/checkable-check.cpp index 9fef6e1b5..b0d9faf6b 100644 --- a/lib/icinga/checkable-check.cpp +++ b/lib/icinga/checkable-check.cpp @@ -454,7 +454,7 @@ void Checkable::ExecuteCheck(void) a check result from the remote instance. The check will be re-scheduled using the proper check interval once we've received a check result. */ SetNextCheck(Utility::GetTime() + GetCheckCommand()->GetTimeout() + 30); - } else if (Application::GetInstance()->GetStartTime() < Utility::GetTime() - 30) { + } else if (Application::GetInstance()->GetStartTime() < Utility::GetTime() - 300) { /* fail to perform check on unconnected endpoint */ cr->SetState(ServiceUnknown);