| 1760 | } |
| 1761 | |
| 1762 | void ExternalCommandProcessor::DisableNotifications(double, const std::vector<String>&) |
| 1763 | { |
| 1764 | Log(LogNotice, "ExternalCommandProcessor", "Globally disabling notifications."); |
| 1765 | |
| 1766 | IcingaApplication::GetInstance()->ModifyAttribute("enable_notifications", false); |
| 1767 | } |
| 1768 | |
| 1769 | void ExternalCommandProcessor::EnableFlapDetection(double, const std::vector<String>&) |
| 1770 | { |
nothing calls this directly
no test coverage detected