<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Anthony Lieuallen wrote:
<blockquote cite="mid75DEB1F7BFA6D711922A0020781E86F127C55A@EXCHANGE"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">-----Original Message-----
Anthony Lieuallen wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">I've recently set up nagios and am enjoying a number of the things it is
capable of.  I'm having trouble setting up any services to do a "ping" of
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->a
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">host.  Below is what I think are the appropriate sections of my .cfg files
      </pre>
    </blockquote>
    <pre wrap="">May I see the line from your checkcommands.cfg file for check_ping?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Should be the default:

# 'check_ping' command definition
define command{
        command_name    check_ping
        command_line    $USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c
$ARG2$ -p 5
}


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
<a class="moz-txt-link-freetext" href="http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click">http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click</a>
_______________________________________________
Nagios-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null
  </pre>
</blockquote>
<br>
Specify your warning and critical levels, for example here is mine.<br>
<br>
define command{<br>
        command_name    check_ping<br>
        command_line    /usr/local/nagios/libexec/check_ping -H
$HOSTADDRESS$ -w 600:20% -c 1000:100% -p 1<br>
        }<br>
<br>
sounds ling something is hosed with the macros $ARG1$ $ARG2$<br>
<br>
Hope this helps.<br>
<br>
Spencer<br>
</body>
</html>