| 1767 | } |
| 1768 | |
| 1769 | void ExternalCommandProcessor::EnableFlapDetection(double, const std::vector<String>&) |
| 1770 | { |
| 1771 | Log(LogNotice, "ExternalCommandProcessor", "Globally enabling flap detection."); |
| 1772 | |
| 1773 | IcingaApplication::GetInstance()->ModifyAttribute("enable_flapping", true); |
| 1774 | } |
| 1775 | |
| 1776 | void ExternalCommandProcessor::DisableFlapDetection(double, const std::vector<String>&) |
| 1777 | { |
nothing calls this directly
no test coverage detected