From: Gunnar Beutner Date: Thu, 12 Sep 2013 11:08:37 +0000 (+0200) Subject: config: Copy authority information into dependant services. X-Git-Tag: v0.0.3~542 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=102127fd5e50dc4fb839198b2c826da0e5292b3e;p=icinga2 config: Copy authority information into dependant services. --- 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);