mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
c7602a0f34
commit
1beef64dc4
@ -107,6 +107,9 @@ void Checkable::ProcessCheckResult(const CheckResult::Ptr& cr, const MessageOrig
|
||||
m_CheckRunning = false;
|
||||
}
|
||||
|
||||
if (!cr)
|
||||
return;
|
||||
|
||||
double now = Utility::GetTime();
|
||||
|
||||
if (cr->GetScheduleStart() == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user