On 07/05/2010 05:44 PM, Daniel E. Strezov wrote: > Hi all, > > I'm trying to find out a way to change the max_concurrent_checks > parameter, but just for one particular service. The reason I need this > is that this service checks the available bandwidth to a remote host by > generating traffic for some given time. Running many service checks at > the same time will cause the 100Mbps interface of the monitoring server > to get jammed. These traffic checks run daily in a 2-hours window with > 30 mins check period and under normal circumstances each of them takes > about 10 secs. >
You want to set the parallellize_check variable to 0 for that particular check. That will cause nagios to ensure that no other checks are running at the same time, hogging the bandwidth you're trying to test. -- Andreas Ericsson [email protected] OP5 AB www.op5.se Tel: +46 8-230225 Fax: +46 8-230231 Considering the successes of the wars on alcohol, poverty, drugs and terror, I think we should give some serious thought to declaring war on peace. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
