mirror of https://github.com/Icinga/icinga2.git
Start the checker component at the latest point possible
This commit is contained in:
parent
cc8dd42c0a
commit
9d5dc4afc1
|
@ -26,7 +26,7 @@ namespace icinga
|
||||||
|
|
||||||
class CheckerComponent : ConfigObject
|
class CheckerComponent : ConfigObject
|
||||||
{
|
{
|
||||||
activation_priority 100;
|
activation_priority 300;
|
||||||
|
|
||||||
[config, no_storage] int concurrent_checks {
|
[config, no_storage] int concurrent_checks {
|
||||||
get {{{
|
get {{{
|
||||||
|
|
Loading…
Reference in New Issue