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