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

Function ExecuteIcingaCommand

icinga-installer/icinga-installer.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static bool ExecuteIcingaCommand(const std::string& arguments)
58{
59 return ExecuteCommand(GetIcingaInstallPath() + "\\sbin\\icinga2.exe", arguments);
60}
61
62static std::string DirName(const std::string& path)
63{

Callers 2

InstallIcingaFunction · 0.85
UninstallIcingaFunction · 0.85

Calls 2

ExecuteCommandFunction · 0.85
GetIcingaInstallPathFunction · 0.85

Tested by

no test coverage detected