| 1788 | } |
| 1789 | |
| 1790 | void ExternalCommandProcessor::DisableEventHandlers(double, const std::vector<String>&) |
| 1791 | { |
| 1792 | Log(LogNotice, "ExternalCommandProcessor", "Globally disabling event handlers."); |
| 1793 | |
| 1794 | IcingaApplication::GetInstance()->ModifyAttribute("enable_event_handlers", false); |
| 1795 | } |
| 1796 | |
| 1797 | void ExternalCommandProcessor::EnablePerformanceData(double, const std::vector<String>&) |
| 1798 | { |
nothing calls this directly
no test coverage detected