| 1774 | } |
| 1775 | |
| 1776 | void ExternalCommandProcessor::DisableFlapDetection(double, const std::vector<String>&) |
| 1777 | { |
| 1778 | Log(LogNotice, "ExternalCommandProcessor", "Globally disabling flap detection."); |
| 1779 | |
| 1780 | IcingaApplication::GetInstance()->ModifyAttribute("enable_flapping", false); |
| 1781 | } |
| 1782 | |
| 1783 | void ExternalCommandProcessor::EnableEventHandlers(double, const std::vector<String>&) |
| 1784 | { |
nothing calls this directly
no test coverage detected