mirror of https://github.com/Icinga/icinga2.git
parent
c685b4d269
commit
98ba1c03d0
|
@ -67,7 +67,7 @@ void Checkable::UpdateFlappingStatus(bool stateChange)
|
|||
SetFlapping(flapping, true);
|
||||
|
||||
if (flapping != GetFlapping())
|
||||
SetFlappingLastChange(Utility::GetTime());
|
||||
SetFlappingLastChange(GetLastCheckResult()->GetExecutionEnd());
|
||||
}
|
||||
|
||||
bool Checkable::IsFlapping() const
|
||||
|
|
Loading…
Reference in New Issue