mirror of https://github.com/Icinga/icinga2.git
Icinga DB: Sync groups earlier
Host and service groups are structural information that are used for Web filters and should therefore be synchronized as soon as possible.
This commit is contained in:
parent
07c8440fd2
commit
35053ac1dd
|
@ -54,13 +54,13 @@ std::vector<Type::Ptr> IcingaDB::GetTypes()
|
|||
Downtime::TypeInstance,
|
||||
Comment::TypeInstance,
|
||||
|
||||
HostGroup::TypeInstance,
|
||||
ServiceGroup::TypeInstance,
|
||||
CheckCommand::TypeInstance,
|
||||
Endpoint::TypeInstance,
|
||||
EventCommand::TypeInstance,
|
||||
HostGroup::TypeInstance,
|
||||
Notification::TypeInstance,
|
||||
NotificationCommand::TypeInstance,
|
||||
ServiceGroup::TypeInstance,
|
||||
TimePeriod::TypeInstance,
|
||||
User::TypeInstance,
|
||||
UserGroup::TypeInstance,
|
||||
|
|
Loading…
Reference in New Issue