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

Method Execute

lib/icinga/eventcommand.cpp:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11thread_local EventCommand::Ptr EventCommand::ExecuteOverride;
12
13void EventCommand::Execute(const Checkable::Ptr& checkable,
14 const Dictionary::Ptr& resolvedMacros, bool useResolvedMacros)
15{
16 GetExecute()->Invoke({
17 checkable,
18 resolvedMacros,
19 useResolvedMacros
20 });
21}

Callers 7

ExecuteCommandMethod · 0.45
ExecuteCheckFromQueueMethod · 0.45
ExecuteRemoteCheckMethod · 0.45
ExecuteCheckMethod · 0.45
ExecuteEventHandlerMethod · 0.45
LivestatusQueryHelperFunction · 0.45

Calls 1

InvokeMethod · 0.45

Tested by

no test coverage detected