]> granicus.if.org Git - icinga2/commit
Fix that MaxConcurrentChecks constant is overridden from 'checker' feature 7121/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Mon, 15 Apr 2019 14:56:30 +0000 (16:56 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Tue, 16 Apr 2019 13:04:57 +0000 (15:04 +0200)
commitb906714254fe50186f7fbaa5194a59505a2aaf07
treed9a3f12c6d831f3e8b68973a3b8d17b154e6bcbb
parent82de4bd13ab09bb7cbe7ff29dfc3f63c6cc2d3e8
Fix that MaxConcurrentChecks constant is overridden from 'checker' feature

Note: This drops the deprecated concurrent_checks setting from the checker feature
entirely and refactors the underlaying code handling.

Also affects ReloadTimeout which is new for 2.11.

fixes #7111
15 files changed:
doc/09-object-types.md
doc/12-icinga2-api.md
doc/16-upgrading-icinga-2.md
icinga-app/icinga.cpp
lib/base/application.cpp
lib/base/application.hpp
lib/base/configuration.cpp
lib/base/configuration.hpp
lib/base/configuration.ti
lib/checker/checkercomponent.cpp
lib/checker/checkercomponent.ti
lib/icinga/clusterevents-check.cpp
lib/icinga/icingaapplication.cpp
lib/icinga/icingaapplication.hpp
lib/remote/configpackageutility.cpp