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

Method GetCheckCommand

lib/icinga/checkable-check.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32std::condition_variable Checkable::m_PendingChecksCV;
33
34CheckCommand::Ptr Checkable::GetCheckCommand() const
35{
36 return dynamic_pointer_cast<CheckCommand>(NavigateCheckCommandRaw());
37}
38
39TimePeriod::Ptr Checkable::GetCheckPeriod() const
40{

Callers 15

CheckResultHandlerMethod · 0.80
RecordMethod · 0.80
CheckResultHandlerMethod · 0.80
CheckResultHandlerMethod · 0.80
StateChangeHandlerMethod · 0.80
SendPerfdataMethod · 0.80
AddCheckResultMethod · 0.80
CheckResultHandlerMethod · 0.80
StateChangeHandlerMethod · 0.80
SendPerfdataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected