mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-28 04:21:09 -05:00
Start the checker component at the latest point possible
This commit is contained in:
parent
cc8dd42c0a
commit
9d5dc4afc1
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ namespace icinga
|
|||
|
||||
class CheckerComponent : ConfigObject
|
||||
{
|
||||
activation_priority 100;
|
||||
activation_priority 300;
|
||||
|
||||
[config, no_storage] int concurrent_checks {
|
||||
get {{{
|
||||
|
|
|
|||
Loading…
Reference in a new issue