okay i modified checkcommands.cfg to reflect what you noted here. 
I also did a ps axu | grep nagios and AGAIN there are multiple 
instances running.  here is the output:<br>
<br>
<br>nagios    6155  0.0  0.0  1700 
536 ?        S   
11:57   0:00 /bin/ping -n -U -w 10 -c 5 <a href="http://204.64.105.21">204.64.105.21</a><br>
nagios    6157  0.0  0.2 23900 1464
?        S   
11:57   0:00 /usr/local/nagios/bin/nagios -d
/usr/local/nagios/etc/nagios.cfg<br>
nagios    6158  0.5  0.1  5612 1036
?        S   
11:57   0:00 /usr/local/nagios/libexec/check_ping -H
<a href="http://192.168.146.5">192.168.146.5</a> -w 100.0,20% -c 500.0,60% -p 5<br>
nagios    6160  0.0  0.0  1700  540
?        S   
11:57   0:00 /bin/ping -n -U -w 10 -c 5 <a href="http://192.168.170.5">192.168.170.5</a><br>
nagios    6161  0.0  0.2 23900 1464
?        S   
11:57   0:00 /usr/local/nagios/bin/nagios -d
/usr/local/nagios/etc/nagios.cfg<br>
nagios    6162  0.5  0.1  5612 1036
?        S   
11:57   0:00 /usr/local/nagios/libexec/check_ping -H
<a href="http://204.64.191.5">204.64.191.5</a> -w 100.0,20% -c 500.0,60% -p 5<br>
nagios    6163  0.0  0.0  1700  536
?        S   
11:57   0:00 /bin/ping -n -U -w 10 -c 5 <a href="http://192.168.146.5">192.168.146.5</a><br>
nagios    6164  0.0  0.0  1700  544
?        S   
11:57   0:00 /bin/ping -n -U -w 10 -c 5 <a href="http://204.64.191.5">204.64.191.5</a><br>
root      6166  0.0  0.1 
3720  676 pts/2    R+   11:57  
0:00 grep nagios<br>
nagios    6155  0.0  0.0  1700  536
?        S   
11:57   0:00 /bin/ping -n -U -w 10 -c 5 <a href="http://204.64.105.21">204.64.105.21</a><br>
nagios    6157  0.0  0.2 23900 1464
?        S   
11:57   0:00 /usr/local/nagios/bin/nagios -d
/usr/local/nagios/etc/nagios.cfg<br>
nagios    6158  0.5  0.1  5612 1036
?        S   
11:57   0:00 /usr/local/nagios/libexec/check_ping -H
<a href="http://192.168.146.5">192.168.146.5</a> -w 100.0,20% -c 500.0,60% -p 5<br>
nagios    6160  0.0  0.0  1700  540
?        S   
11:57   0:00 /bin/ping -n -U -w 10 -c 5 <a href="http://192.168.170.5">192.168.170.5</a><br>
nagios    6161  0.0  0.2 23900 1464
?        S   
11:57   0:00 /usr/local/nagios/bin/nagios -d
/usr/local/nagios/etc/nagios.cfg<br>
nagios    6162  0.5  0.1  5612 1036
?        S   
11:57   0:00 /usr/local/nagios/libexec/check_ping -H
<a href="http://204.64.191.5">204.64.191.5</a> -w 100.0,20% -c 500.0,60% -p 5<br>
nagios    6163  0.0  0.0  1700  536
?        S   
11:57   0:00 /bin/ping -n -U -w 10 -c 5 <a href="http://192.168.146.5">192.168.146.5</a><br>
nagios    6164  0.0  0.0  1700  544
?        S   
11:57   0:00 /bin/ping -n -U -w 10 -c 5 <a href="http://204.64.191.5">204.64.191.5</a><br>
root      6166  0.0  0.1 
3720  676 pts/2    R+   11:57  
0:00 grep nagios<br>
<br>
When stopping Nagios, I typically issue a /etc/rc.d/init.d stop and
then verify there are none running.  I also use Kill -HUP since I
normally start nagios as a daemon with the -d.  Is this the
correct process?  Further, what is best practices after adding a
host to refresh Nagio to pick up that host without reflecting
undetermined availability for the rest of the hosts or causing any
problems?<br>
<div><span class="gmail_quote">On 8/2/06, <b class="gmail_sendername">Marc Powell</b> <<a href="mailto:marc@ena.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">marc@ena.com</a>> wrote:</span>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"><br><br>> -----Original Message-----<br>> From: Justin Craig [mailto:<a href="mailto:jrcraig.email@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

jrcraig.email@gmail.com</a>]<br>> Sent: Wednesday, August 02, 2006 8:38 AM<br>> To: Marc Powell<br>> Cc: Nagios Users Mailinglist<br>> Subject: Re: [Nagios-users] Warning threshold must be float or float<br>> triplet!
<br>><br>> In my checkcommands.cfg for this host in question, I have:<br>><br><br><br>> # 'check_local_load' command definition<br>> define command{<br>>         command_name    check_local_load<br>>         command_line    $USER1$/check_load -w $ARG1$ -c $ARG2$
<br>>         }<br>><br><br>Yes, that looks good. I'd --<br>       - verify that nagios was reloaded after creating this command<br>definition<br>       - verify that there aren't multiple nagios daemons running<br>

(stop; kill; start)<br>       - verify that nagios is executing the command I think is. Modify<br>command_line to be the following then check the contents of /tmp/nagios<br>--<br>              
command_line /bin/echo "$USER1$/check_load -w $ARG1$ -c
<br>$ARG2$" >> /tmp/nagios<br><br>--<br>Marc<br><br>>       > -----Original Message-----<br>>       > From: <a href="mailto:nagios-users-bounces@lists.sourceforge.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
nagios-users-bounces@lists.sourceforge.net
</a><br>[mailto:<a href="mailto:nagios-" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">nagios-</a><br>> users-<br>>       > <a href="mailto:bounces@lists.sourceforge.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
bounces@lists.sourceforge.net</a>] On Behalf Of Justin Craig<br>>       > Sent: Tuesday, August 01, 2006 2:41 PM
<br><br>[chop]<br><br>>       >         check_command<br>>       > check_local_load!5.0,4.0,3.0!10.0,6.0,4.0<br>>       >         }<br><br><br><br>-------------------------------------------------------------------------
<br>Take Surveys. Earn Cash. Influence the Future of IT<br>Join SourceForge.net's Techsay panel and you'll get the chance to share your<br>opinions on IT & business topics through brief surveys -- and earn cash<br><a href="http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV</a><br>_______________________________________________<br>Nagios-users mailing list<br><a href="mailto:Nagios-users@lists.sourceforge.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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><br clear="all"><br>-- <br>- Justin