MCPcopy Create free account
hub / github.com/Icinga/icinga2 / DependencyGroupChildRemovedHandler

Method DependencyGroupChildRemovedHandler

lib/icingadb/icingadb-objects.cpp:3052–3057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3050}
3051
3052void IcingaDB::DependencyGroupChildRemovedHandler(const DependencyGroup::Ptr& dependencyGroup, const std::vector<Dependency::Ptr>& dependencies, bool removeGroup)
3053{
3054 for (const auto& rw : ConfigType::GetObjectsByType<IcingaDB>()) {
3055 rw->EnqueueDependencyChildRemoved(dependencyGroup, dependencies, removeGroup);
3056 }
3057}
3058
3059void IcingaDB::HostProblemChangedHandler(const Service::Ptr& service) {
3060 for (auto& rw : ConfigType::GetObjectsByType<IcingaDB>()) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected