]> granicus.if.org Git - icinga2/commitdiff
config: Copy authority information into dependant services.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 12 Sep 2013 11:08:37 +0000 (13:08 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 12 Sep 2013 11:08:37 +0000 (13:08 +0200)
lib/icinga/host.cpp

index e48de909ef560aad00ad53d6b93fdfeb5c10bac4..84e8846f1e50a3378c2dab3df439d85248b57bb4 100644 (file)
@@ -231,6 +231,7 @@ void Host::UpdateSlaveServices(void)
                keys.insert("check_period");
                keys.insert("servicedependencies");
                keys.insert("hostdependencies");
+               keys.insert("authorities");
 
                ExpressionList::Ptr host_exprl = boost::make_shared<ExpressionList>();
                item->GetLinkedExpressionList()->ExtractFiltered(keys, host_exprl);