If you're restarting Nagios through the web interface (rather than on the command line), I think I can help you.  My understanding is that restarting Nagios through the web interface is done as an <a href="http://www.nagios.org/developerinfo/externalcommands/commandlist.php">external command</a>.  The web interface sends commands to the command_file (set in your nagios.cfg file), but Nagios only checks the command_file periodically.  I think the default interval is 15 minutes.  Below are the relevant settings I have in my nagios.cfg file, plus a hyperlink I think you may find useful.<br>
<br>check_external_commands=1<br><a href="http://nagios.sourceforge.net/docs/2_0/configmain.html#command_check_interval">command_check_interval</a>=1<br>command_file=/var/nagios/rw/nagios.cmd<br><br>Changing this interval will also affect how quickly other external commands (such as en/disabling notifications) respond to the web interface.<br>
<br><br><div class="gmail_quote">On Wed, May 7, 2008 at 10:33 AM, Marc Powell <<a href="mailto:marc@ena.com">marc@ena.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
> -----Original Message-----<br>
> From: <a href="mailto:nagios-users-bounces@lists.sourceforge.net">nagios-users-bounces@lists.sourceforge.net</a> [mailto:<a href="mailto:nagios-users-">nagios-users-</a><br>
> <a href="mailto:bounces@lists.sourceforge.net">bounces@lists.sourceforge.net</a>] On Behalf Of #ANG CHIN TECK#<br>
> Sent: Monday, May 05, 2008 11:05 PM<br>
> To: nagios-users<br>
> Subject: [Nagios-users] high check latency,slow update of config on<br>
web<br>
> interface<br>
><br>
> Hi all,<br>
><br>
> I am currently monitoring 50 hosts with no services, only pinging<br>
them.<br>
> perf info for these 50 hosts:<br>
> check interval: 10 mins<br>
> check duration: avg 4 s (5 pings)<br>
> but my check latency fluctuates alot (10s , 140s , 250s)<br>
><br>
> I am also monitoring 2 other hosts with 10 services.<br>
> perf info for these 10 services:<br>
> check interval: 1 min<br>
> check duration: avg 3s<br>
> check latency fluctuates (2s, 5s, 48s)<br>
><br>
> Why does the latency fluctuates so much?<br>
<br>
The version of nagios you are using would be critical information. In<br>
nagios 2.x, active host checks are run in serial, not in parallel and<br>
are highly discouraged because they introduce significant latencies. In<br>
3.x, they've been made to run in parallel. I'm guessing you're using<br>
2.x. Nagios is primarily a service monitoring application and is<br>
designed to monitor services. Host monitoring is typically only done on<br>
an as-needed basis.<br>
<br>
> Another problem is that after i update my config file, verify and<br>
restart<br>
> nagios, it takes 15 mins for the web interface to register the change.<br>
<br>
Are you using ndoutils? With that few hosts and services the change<br>
should be immediate. Do you see that your objects cache file contains<br>
the new information? Do you have multiple nagios daemons running at the<br>
same time?<br>
<br>
> Are the 2 problems linked?<br>
<br>
Not in any way that I've ever seen.<br>
<br>
--<br>
Marc<br>
<br>
-------------------------------------------------------------------------<br>
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference<br>
Don't miss this year's exciting event. There's still time to save $100.<br>
Use priority code J8TL2D2.<br>
<a href="http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone" target="_blank">http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</blockquote></div><br>