Merge pull request #8602 from Icinga/bugfix/icingadb-activation-priority

Delay start of IcingaDB until most config objects are activated
This commit is contained in:
Alexander Aleksandrovič Klimov 2021-01-28 10:01:37 +01:00 committed by GitHub
commit ca52366a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ namespace icinga
class IcingaDB : ConfigObject
{
activation_priority 100;
[config] String host {
default {{{ return "127.0.0.1"; }}}
};