Skip to content

Commit

Permalink
fix #578 Add info of new constant MaxConcurrentChecks to feature checker
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Jul 26, 2019
1 parent 5c07619 commit bd53470
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,8 @@ Either `present` or `absent`. Defines if the feature `checker` should be enabled

##### `concurrent_checks`
The maximum number of concurrent checks. Defaults to `512`.
Note: deprecated in Icinga 2.11, replaced by global constant
MaxConcurrentChecks which will be set if you still use concurrent_checks.

#### Class: `icinga2::feature::mainlog`
Enables or disables the `mainlog` feature.
Expand Down
1 change: 1 addition & 0 deletions data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ icinga2::globals::reserved:
- LogNotice
- LogWarning
- Math
- MaxConcurrentChecks
- ModAttrPath
- NodeName
- OK
Expand Down
2 changes: 2 additions & 0 deletions manifests/feature/checker.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#
# [*concurrent_checks*]
# The maximum number of concurrent checks. Defaults to 512.
# Note: deprecated in Icinga 2.11, replaced by global constant
# MaxConcurrentChecks which will be set if you still use concurrent_checks.
#
#
class icinga2::feature::checker(
Expand Down

0 comments on commit bd53470

Please sign in to comment.