Revert "nagios: Limit max concurrent checks to 10"
This reverts commit 13ee166135
.
max_concurrent_checks doesn't limit host checks which was the point
of the previous commit, so let's leave it as default for now.
This commit is contained in:
parent
13ee166135
commit
1c42703762
2 changed files with 2 additions and 2 deletions
|
@ -422,7 +422,7 @@ max_host_check_spread=30
|
|||
# will not restrict the number of concurrent checks that are
|
||||
# being executed.
|
||||
|
||||
max_concurrent_checks=10
|
||||
max_concurrent_checks=0
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -423,7 +423,7 @@ max_host_check_spread=30
|
|||
# will not restrict the number of concurrent checks that are
|
||||
# being executed.
|
||||
|
||||
max_concurrent_checks=10
|
||||
max_concurrent_checks=0
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue