Van,<br><br>Your service definition arguments do not match your command definition expected arguments.<br>In your command definition you pass to the check_url_status command only 3 Variables, HOSTADDRESS, ARG1, ARG2.<br>In your service definition, you have 4 Arguments plus the HOSTADDRESS variable.<br>
This is what the check_url_status command is receiving:<br><br>check_url_status localhost -U  URL <br><br>If you need the additional 2 arguments, add an $ARG3$ $ARG4$ <br><br>Every " ! " in your service check_command definition is passed as an "$ARG#$" argument to the actual command.<br>
<br>Hope that help!<br><br>-Philip<br><br><br><div class="gmail_quote">On Thu, May 21, 2009 at 5:38 AM, Evans Plummer <span dir="ltr"><<a href="mailto:evans.plummer@usis.com">evans.plummer@usis.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


  
  

<div>
Morning,<br>
<br>
    I am using the "check_url_status" plugin and receiving the above mentioned error.  Below is the command and service definition info.  Can anyone tell me why I am receiving this message?  Thanks in advance!<br>

<br>
# 'check_url_status' command definition<br>
define command{<br>
        command_name    check_url_status<br>
        command_line       $USER1$/check_url_status $HOSTADDRESS$ $ARG1$ $ARG2$<br>
        } <br>
<br>
define service{<br>
        use                             local-service         ; Name of service template to use<br>
        host_name                  localhost<br>
        service_description      URL_STATUS<br>
        check_command         check_url_status!-U!URL!--http-user=someuser!--http-passwd=somepassword<br>
        }<br>
<br>
Van<br>
<br>

<div><p></p><hr>
The information contained in and transmitted with this e-mail is confidential.  It is intended only for the individual or entity designated above. You are hereby notified that any dissemination, distribution, copying or use of or reliance on the information contained in and transmitted with this e-mail by or to anyone other than the recipient designated above by the sender is unauthorized and strictly prohibited.  If you have received this e-mail in error, please contact the sender immediately and notify them that you received this in error.  Any e-mail erroneously transmitted to you should be immediately destroyed.  Thank you for your attention to this note of confidentiality. <br>

<br>

</div>
</div>

<br>------------------------------------------------------------------------------<br>
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT<br>
is a gathering of tech-side developers & brand creativity professionals. Meet<br>
the minds behind Google Creative Lab, Visual Complexity, Processing, &<br>
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian<br>
Group, R/GA, & Big Spaceship. <a href="http://www.creativitycat.com" target="_blank">http://www.creativitycat.com</a> <br>_______________________________________________<br>
Nagiosplug-help mailing list<br>
<a href="mailto:Nagiosplug-help@lists.sourceforge.net">Nagiosplug-help@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagiosplug-help" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagiosplug-help</a><br>
::: Please include plugins version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
<br></blockquote></div><br>