Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetProblem
Method
GetProblem
lib/icinga/checkable.cpp:240–245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
bool Checkable::GetProblem() const
241
{
242
auto cr (GetLastCheckResult());
243
244
return cr && !IsStateOK(cr->GetState());
245
}
246
247
bool Checkable::GetHandled() const
248
{
Callers
6
SerializeState
Method · 0.80
GetHandled
Method · 0.80
ProcessCheckResult
Method · 0.80
CalculateServiceStats
Method · 0.80
CalculateHostStats
Method · 0.80
FireSuppressedNotifications
Method · 0.80
Calls
1
GetState
Method · 0.45
Tested by
no test coverage detected