| 1781 | } |
| 1782 | |
| 1783 | void ExternalCommandProcessor::EnableEventHandlers(double, const std::vector<String>&) |
| 1784 | { |
| 1785 | Log(LogNotice, "ExternalCommandProcessor", "Globally enabling event handlers."); |
| 1786 | |
| 1787 | IcingaApplication::GetInstance()->ModifyAttribute("enable_event_handlers", true); |
| 1788 | } |
| 1789 | |
| 1790 | void ExternalCommandProcessor::DisableEventHandlers(double, const std::vector<String>&) |
| 1791 | { |
nothing calls this directly
no test coverage detected