From 35053ac1dddb21dc3e99d88bb7fbaafeb754a25d Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 9 Nov 2021 11:15:28 +0100 Subject: [PATCH] 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. --- lib/icingadb/icingadb-objects.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/icingadb/icingadb-objects.cpp b/lib/icingadb/icingadb-objects.cpp index 90ac8c615..ae9d93344 100644 --- a/lib/icingadb/icingadb-objects.cpp +++ b/lib/icingadb/icingadb-objects.cpp @@ -54,13 +54,13 @@ std::vector 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,