mirror of https://github.com/Icinga/icinga2.git
config: Copy authority information into dependant services.
This commit is contained in:
parent
e26e018df8
commit
102127fd5e
|
@ -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<ExpressionList>();
|
||||
item->GetLinkedExpressionList()->ExtractFiltered(keys, host_exprl);
|
||||
|
|
Loading…
Reference in New Issue