Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetCheckPeriod
Method
GetCheckPeriod
lib/icinga/checkable-check.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
TimePeriod::Ptr Checkable::GetCheckPeriod() const
40
{
41
return TimePeriod::GetByName(GetCheckPeriodRaw());
42
}
43
44
void Checkable::SetSchedulingOffset(long offset)
45
{
Callers
10
CheckThreadProc
Method · 0.80
PrepareObject
Method · 0.80
GetConfigFields
Method · 0.80
GetStatusFields
Method · 0.80
GetConfigFields
Method · 0.80
GetStatusFields
Method · 0.80
CheckPeriodAccessor
Method · 0.80
InCheckPeriodAccessor
Method · 0.80
CheckPeriodAccessor
Method · 0.80
InCheckPeriodAccessor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected