<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>Need high frequency ping checks</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hello,<BR>
<BR>
        At my organization, our monitoring requirements for our client's WAN<BR>
interfaces is to ping them once per second.  I am using Nagios 2.10<BR>
(bundled with Groundwork VM 5.2.1).<BR>
<BR>
        I have set interval_length to 1 in nagios.cfg.  Nagios starts to ping<BR>
once per second, but then stops for 20-25 seconds at a time before<BR>
resuming.  Is there any way to have Nagios ping evenly once per second?<BR>
I am attaching the nagios.cfg and copying the relevant portions of it<BR>
below.<BR>
<BR>
Thanks for your help,<BR>
<BR>
Todd<BR>
<BR>
# SLEEP TIME<BR>
#sleep_time=1<BR>
sleep_time=1<BR>
<BR>
# SERVICE INTER CHECK DELAY METHOD<BR>
#service_inter_check_delay_method=s<BR>
service_inter_check_delay_method=n<BR>
<BR>
# MAX SERVICE CHECK SPREAD<BR>
max_service_check_spread=30<BR>
<BR>
# SERVICE INTERLEAVE FACTOR<BR>
#service_interleave_factor=s<BR>
service_interleave_factor=1<BR>
<BR>
# MAX CONCURRENT CHECKS<BR>
max_concurrent_checks=0<BR>
<BR>
# SERVICE REAPER FREQUENCY<BR>
#service_reaper_frequency=10<BR>
service_reaper_frequency=1<BR>
<BR>
# HOST INTER CHECK DELAY METHOD<BR>
#host_inter_check_delay_method=s<BR>
host_inter_check_delay_method=n<BR>
<BR>
# MAX HOST CHECK SPREAD<BR>
max_host_check_spread=30<BR>
<BR>
# INTERVAL LENGTH<BR>
#intevel_length=60<BR>
interval_length=1<BR>
<BR>
# AUTO RESCHEDULE CHECKS<BR>
# auto_reschedule_checks=<BR>
auto_reschedule_checks=0<BR>
<BR>
# AUTO RESCHEDULING INTERVAL<BR>
auto_rescheduling_interval=30<BR>
<BR>
# AUTO RESCHEDULING WINDOW<BR>
auto_rescheduling_window=180<BR>
<BR>
# USE AGRESSIVE HOST CHECKING<BR>
# use_agressive_host_checking=<BR>
#use_agressive_host_checking=1<BR>
<BR>
# ENABLE FLAP DETECTION<BR>
# enable_flap_detection=<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>