# 'check_ping' command definition<br>
define command{<br>
        command_name    check_ping<br>
       
command_line    $USER1$/check_ping -H $HOSTADDRESS$ -w
$ARG1$ -c $ARG2$ -p 5<br>
        }<br>
And here is my service definition:<br>
<br>
service_description             PING<br>
       
is_volatile                    
0<br>
       
check_period                   
24x7<br>
       
max_check_attempts             
3<br>
        normal_check_interval           5<br>
       
retry_check_interval           
1<br>
       
contact_groups                 
nagiosadmin<br>
        notification_interval           120<br>
       
notification_period            
24x7<br>
       
notification_options           
c,r<br>
       
check_command                  
check_ping!100.0,20%!500.0,60%<br>
        }<br>
Is there a more optimal setting?<br><br><div><span class="gmail_quote">On 8/15/06, <b class="gmail_sendername">Marc Powell</b> <<a href="mailto:marc@ena.com">marc@ena.com</a>> wrote:</span><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 Justin Craig<br>> Sent: Tuesday, August 15, 2006 8:05 AM<br>> To: Nagios Users Mailinglist<br>> Subject: [Nagios-users] Alert History - what's this mean specifically.
<br>><br>> What is the trigger for these events? Is it a response time threshold<br>or<br>> is it a % increase in RTA or something else?<br>><br>><br>><br>> [08-15-2006 07:37:52] SERVICE ALERT:<br>>
<br>> <a href="http://dallas-swe-3568-1.cpa.state.tx.us">dallas-swe-3568-1.cpa.state.tx.us</a>;PING;WARNING;SOFT;1;PING WARNING -<br>> Packet loss = 0%, RTA = 107.07 ms<br><br><br>Look at your command{} definition for this service. As I guess I'd say
<br>you have the warning RTA threshold set at 100. That would be a hard<br>threshold. Nagios doesn't compare the difference between successive<br>checks.<br><br>--<br>Marc<br><br>-------------------------------------------------------------------------
<br>Using Tomcat but need to do more? Need to support web services, security?<br>Get stuff done quickly with pre-integrated technology to make your job easier<br>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
<br><a href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642</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">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