| 3057 | } |
| 3058 | |
| 3059 | void IcingaDB::HostProblemChangedHandler(const Service::Ptr& service) { |
| 3060 | for (auto& rw : ConfigType::GetObjectsByType<IcingaDB>()) { |
| 3061 | /* Host state changes affect is_handled and severity of services. */ |
| 3062 | rw->EnqueueConfigObject(service, icingadb::task_queue::FullState); |
| 3063 | } |
| 3064 | } |
| 3065 | |
| 3066 | void IcingaDB::AcknowledgementSetHandler(const Checkable::Ptr& checkable, const String& author, const String& comment, AcknowledgementType type, bool persistent, double changeTime, double expiry) |
| 3067 | { |
nothing calls this directly
no test coverage detected