mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 00:32:12 -04:00
parent
4049cc0b9a
commit
6d5014b610
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue