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