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

Method GetHandled

lib/icinga/service.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150bool Service::GetHandled() const
151{
152 return Checkable::GetHandled() || (m_Host && m_Host->GetProblem());
153}
154
155bool Service::IsStateOK(ServiceState state) const
156{

Callers 3

SerializeStateMethod · 0.45
CalculateServiceStatsMethod · 0.45
CalculateHostStatsMethod · 0.45

Calls 1

GetProblemMethod · 0.80

Tested by

no test coverage detected