mirror of https://github.com/Icinga/icinga2.git
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:
commit
ca52366a61
|
@ -9,6 +9,8 @@ namespace icinga
|
|||
|
||||
class IcingaDB : ConfigObject
|
||||
{
|
||||
activation_priority 100;
|
||||
|
||||
[config] String host {
|
||||
default {{{ return "127.0.0.1"; }}}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue