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:
Eric Lippmann 2021-11-09 11:15:28 +01:00
parent 07c8440fd2
commit 35053ac1dd

View File

@ -54,13 +54,13 @@ std::vector<Type::Ptr> IcingaDB::GetTypes()
Downtime::TypeInstance, Downtime::TypeInstance,
Comment::TypeInstance, Comment::TypeInstance,
HostGroup::TypeInstance,
ServiceGroup::TypeInstance,
CheckCommand::TypeInstance, CheckCommand::TypeInstance,
Endpoint::TypeInstance, Endpoint::TypeInstance,
EventCommand::TypeInstance, EventCommand::TypeInstance,
HostGroup::TypeInstance,
Notification::TypeInstance, Notification::TypeInstance,
NotificationCommand::TypeInstance, NotificationCommand::TypeInstance,
ServiceGroup::TypeInstance,
TimePeriod::TypeInstance, TimePeriod::TypeInstance,
User::TypeInstance, User::TypeInstance,
UserGroup::TypeInstance, UserGroup::TypeInstance,