mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 00:24:23 +02:00
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("check_period");
|
||||||
keys.insert("servicedependencies");
|
keys.insert("servicedependencies");
|
||||||
keys.insert("hostdependencies");
|
keys.insert("hostdependencies");
|
||||||
|
keys.insert("authorities");
|
||||||
|
|
||||||
ExpressionList::Ptr host_exprl = boost::make_shared<ExpressionList>();
|
ExpressionList::Ptr host_exprl = boost::make_shared<ExpressionList>();
|
||||||
item->GetLinkedExpressionList()->ExtractFiltered(keys, host_exprl);
|
item->GetLinkedExpressionList()->ExtractFiltered(keys, host_exprl);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user