nagios: Limit max concurrent checks to 10
This commit is contained in:
parent
124c055992
commit
13ee166135
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
|
# will not restrict the number of concurrent checks that are
|
||||||
# being executed.
|
# being executed.
|
||||||
|
|
||||||
max_concurrent_checks=0
|
max_concurrent_checks=10
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -423,7 +423,7 @@ max_host_check_spread=30
|
||||||
# will not restrict the number of concurrent checks that are
|
# will not restrict the number of concurrent checks that are
|
||||||
# being executed.
|
# being executed.
|
||||||
|
|
||||||
max_concurrent_checks=0
|
max_concurrent_checks=10
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue