Skip to content

Commit 17ba7c9

Browse files
committed
IcingaDB: Send reachablity state updates for all children recursively
1 parent b8c0a72 commit 17ba7c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/icingadb/icingadb-objects.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3095,6 +3095,7 @@ void IcingaDB::ReachabilityChangeHandler(const std::set<Checkable::Ptr>& childre
30953095
for (const IcingaDB::Ptr& rw : ConfigType::GetObjectsByType<IcingaDB>()) {
30963096
for (auto& checkable : children) {
30973097
rw->UpdateState(checkable, StateUpdate::Full);
3098+
IcingaDB::ReachabilityChangeHandler(checkable->GetChildren());
30983099
}
30993100
}
31003101
}

0 commit comments

Comments
 (0)