From: Gunnar Beutner Date: Tue, 10 Sep 2013 08:54:23 +0000 (+0200) Subject: Don't copy macros / custom attributes to services. X-Git-Tag: v0.0.3~579 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61f0f7edc7965123ef12471cd2e395d62c333b4a;p=icinga2 Don't copy macros / custom attributes to services. --- diff --git a/lib/icinga/host.cpp b/lib/icinga/host.cpp index 4ce3458ae..e48de909e 100644 --- a/lib/icinga/host.cpp +++ b/lib/icinga/host.cpp @@ -231,9 +231,6 @@ void Host::UpdateSlaveServices(void) keys.insert("check_period"); keys.insert("servicedependencies"); keys.insert("hostdependencies"); - keys.insert("export_macros"); - keys.insert("macros"); - keys.insert("custom"); ExpressionList::Ptr host_exprl = boost::make_shared(); item->GetLinkedExpressionList()->ExtractFiltered(keys, host_exprl);