MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetHandled

Method GetHandled

lib/icinga/checkable.cpp:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247bool Checkable::GetHandled() const
248{
249 return GetProblem() && (IsInDowntime() || IsAcknowledged());
250}
251
252Timestamp Checkable::GetNextUpdate() const
253{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected