From 1c4270376206754bc81be2d2616971e85562541e Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Thu, 18 Jul 2013 16:57:36 +0300 Subject: [PATCH] Revert "nagios: Limit max concurrent checks to 10" This reverts commit 13ee1661350e90a0748e86426cf814eea218a4df. 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. --- nagios/files/nagios.cfg.Debian | 2 +- nagios/files/nagios.cfg.RedHat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nagios/files/nagios.cfg.Debian b/nagios/files/nagios.cfg.Debian index 595279b..f55c67a 100644 --- a/nagios/files/nagios.cfg.Debian +++ b/nagios/files/nagios.cfg.Debian @@ -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 diff --git a/nagios/files/nagios.cfg.RedHat b/nagios/files/nagios.cfg.RedHat index 66eec22..9c56430 100644 --- a/nagios/files/nagios.cfg.RedHat +++ b/nagios/files/nagios.cfg.RedHat @@ -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