]> granicus.if.org Git - icinga2/commitdiff
Don't copy macros / custom attributes to services.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 10 Sep 2013 08:54:23 +0000 (10:54 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 10 Sep 2013 08:54:23 +0000 (10:54 +0200)
lib/icinga/host.cpp

index 4ce3458ae817cbc76a70d6c3c9f39fe9838358f6..e48de909ef560aad00ad53d6b93fdfeb5c10bac4 100644 (file)
@@ -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<ExpressionList>();
                item->GetLinkedExpressionList()->ExtractFiltered(keys, host_exprl);