Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
bool Service::GetHandled() const
151
{
152
return Checkable::GetHandled() || (m_Host && m_Host->GetProblem());
153
}
154
155
bool Service::IsStateOK(ServiceState state) const
156
{
Callers
3
SerializeState
Method · 0.45
CalculateServiceStats
Method · 0.45
CalculateHostStats
Method · 0.45
Calls
1
GetProblem
Method · 0.80
Tested by
no test coverage detected