Skip to content

Commit

Permalink
IcingaDB: Send reachablity state updates for all children recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Jan 15, 2025
1 parent b8c0a72 commit 17ba7c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/icingadb/icingadb-objects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3095,6 +3095,7 @@ void IcingaDB::ReachabilityChangeHandler(const std::set<Checkable::Ptr>& childre
for (const IcingaDB::Ptr& rw : ConfigType::GetObjectsByType<IcingaDB>()) {
for (auto& checkable : children) {
rw->UpdateState(checkable, StateUpdate::Full);
IcingaDB::ReachabilityChangeHandler(checkable->GetChildren());
}
}
}
Expand Down

0 comments on commit 17ba7c9

Please sign in to comment.