| 1753 | } |
| 1754 | |
| 1755 | void ExternalCommandProcessor::EnableNotifications(double, const std::vector<String>&) |
| 1756 | { |
| 1757 | Log(LogNotice, "ExternalCommandProcessor", "Globally enabling notifications."); |
| 1758 | |
| 1759 | IcingaApplication::GetInstance()->ModifyAttribute("enable_notifications", true); |
| 1760 | } |
| 1761 | |
| 1762 | void ExternalCommandProcessor::DisableNotifications(double, const std::vector<String>&) |
| 1763 | { |
nothing calls this directly
no test coverage detected