<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr; font-family: Tahoma; color: rgb(0, 0, 0); font-size: 13px;">
<div style="">I know that.  However, I always run the command with the -v immediately after making changes.  After I have verified the changes work, then I restart Nagios.  But, I guess the old adage "There is more than one way to skin a cat" can apply here,
 yes? :)<br>
 <br>
</div>
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF114588"><font color="#000000" face="Tahoma" size="2"><b>From:</b> Martin Melin [martinm@op5.org]<br>
<b>Sent:</b> Tuesday, March 02, 2010 12:35 PM<br>
<b>To:</b> Robert Wolfe<br>
<b>Cc:</b> nagios-users@lists.sourceforge.net<br>
<b>Subject:</b> Re: [Nagios-users] Re-send: Notificaitons after the commit<br>
</font><br>
</div>
<div></div>
<div>
<div class="gmail_quote">2010/3/2 Robert Wolfe <span dir="ltr"><<a href="mailto:rwolfe@i-evolve.com" target="_blank">rwolfe@i-evolve.com</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I am curious here...<br>
<br>
If all you are doing is restarting Nagios, why not just use:<br>
<div class="im"><br>
       /etc/init.d/nagios restart<br>
<br>
</div>
Instead of all the other commands and parameters?<br>
</blockquote>
<div><br>
Running nagios -v nagios.cfg haves Nagios verify the configuration, this is best practice because otherwise you risk a typo stopping your monitoring for the time it takes for you to correct the configuration :-)<br>
 </div>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>
<div></div>
<div class="h5"><br>
-----Original Message-----<br>
From: Yu Watanabe [mailto:<a href="mailto:yu.watanabe@jp.fujitsu.com" target="_blank">yu.watanabe@jp.fujitsu.com</a>]<br>
Sent: Tuesday, March 02, 2010 9:12 AM<br>
To: Assaf Flatto<br>
Cc: <a href="mailto:nagios-users@lists.sourceforge.net" target="_blank">nagios-users@lists.sourceforge.net</a><br>
Subject: Re: [Nagios-users] Re-send: Notificaitons after the commit<br>
<br>
Hello Assaf<br>
<br>
Sorry, for ambiguous expression.<br>
<br>
Word "Commit", I used in the meaning of executing the following command,<br>
<br>
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg<br>
/etc/init.d/nagios restart<br>
</div>
</div>
</blockquote>
<div><br>
Tip: don't use restart when you just want Nagios to load new configuration.Your init script should handle reload instead, which will send a HUP signal to Nagios. This means that Nagios doesn't stop and start back up, it only re-reads the configuration files.<br>
<br>
So, for your specific problem, I think you'd be fine by simply using this instead:<br>
<br>
/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg<br>
<div class="h5">/etc/init.d/nagios reload</div>
 </div>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div>
<div class="h5"><br>
And yes. After the above command, the notification that was been occuring every 24hours before then<br>
suddenly stopped. So, I doubted the restart procedure if this is doing something wrond.<br>
</div>
</div>
</blockquote>
<div><br>
Check your retention settings in nagios.cfg, especially retention_update_interval and retain_state_information.
<br>
</div>
</div>
<br>
-- <br>
Martin Melin<br>
____________________________<br>
op5 AB<br>
<a href="http://www.op5.com" target="_blank">http://www.op5.com</a><br>
<br>
<a href="http://www.op5.org/" target="_blank">http://www.op5.org/</a><br>
<a href="http://www.op5.com/op5/products/network-monitor/nagios/" target="_blank">http://www.op5.com/op5/products/network-monitor/nagios/</a>
<br>
</div>
</div>
</div>
</body>
</html>