We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c0a72 commit 17ba7c9Copy full SHA for 17ba7c9
lib/icingadb/icingadb-objects.cpp
@@ -3095,6 +3095,7 @@ void IcingaDB::ReachabilityChangeHandler(const std::set<Checkable::Ptr>& childre
3095
for (const IcingaDB::Ptr& rw : ConfigType::GetObjectsByType<IcingaDB>()) {
3096
for (auto& checkable : children) {
3097
rw->UpdateState(checkable, StateUpdate::Full);
3098
+ IcingaDB::ReachabilityChangeHandler(checkable->GetChildren());
3099
}
3100
3101
0 commit comments