mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 08:34:20 +02:00
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,
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user