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:
Ossi Salmi 2013-07-18 16:57:36 +03:00
parent 13ee166135
commit 1c42703762
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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