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
1 changed files with 2 additions and 2 deletions

View File

@ -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,