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

Method GetCommandEndpoint

lib/icinga/checkable.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229Endpoint::Ptr Checkable::GetCommandEndpoint() const
230{
231 return Endpoint::GetByName(GetCommandEndpointRaw());
232}
233
234int Checkable::GetSeverity() const
235{

Callers 4

PrepareObjectMethod · 0.45
ScriptFuncMethod · 0.45
ExecuteCommandMethod · 0.45
CheckResultAPIHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected