From 61f0f7edc7965123ef12471cd2e395d62c333b4a Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 10 Sep 2013 10:54:23 +0200 Subject: [PATCH] Don't copy macros / custom attributes to services. --- lib/icinga/host.cpp | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.40.0