From 102127fd5e50dc4fb839198b2c826da0e5292b3e Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 12 Sep 2013 13:08:37 +0200 Subject: [PATCH] config: Copy authority information into dependant services. --- lib/icinga/host.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/icinga/host.cpp b/lib/icinga/host.cpp index e48de909e..84e8846f1 100644 --- a/lib/icinga/host.cpp +++ b/lib/icinga/host.cpp @@ -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(); item->GetLinkedExpressionList()->ExtractFiltered(keys, host_exprl); -- 2.40.0