Here is command line definition which works fine for what you are trying to achieve.<br><br><br>define command{<br>        command_name    check_https_reverse<br>        command_line    $USER1$/check_http -H $HOSTADDRESS$ -S -u $ARG1$ -r $ARG2$ -r $ARG3$ --invert-regex<br>
        }<br><br><br><br><div class="gmail_quote">On Thu, Aug 27, 2009 at 9:30 PM, Marc Powell <span dir="ltr"><<a href="mailto:marc@ena.com">marc@ena.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 class="im"><br>
On Aug 27, 2009, at 5:27 PM, Masoud Tabrizi wrote:<br>
<br>
> I am running the command as you suggested but it seems like there is<br>
> something missing; what am I doing wrong?<br>
<br>
</div>Nothing, you just don't know how nagios determines status. It's not<br>
the plugin text output, that's just for humans. Nagios determines OK,<br>
CRITICAL, etc from the exit code of the plugin.<br>
<div class="im"><br>
> All commans are run from /usr/lib/nagios/plugins directory;<br>
><br>
> /usr/lib/nagios/plugins/check_http -H xxxxx -u /sample/test.html -p<br>
> 80 –a user:password -s TAPE<br>
> Response:<br>
> HTTP OK HTTP/1.1 200 OK - 0.018 second response time |<br>
> time=0.018116s;;;0.000000 size=3648B;;;0<br>
<br>
</div>echo $?  - should be 0<br>
<div class="im"><br>
> Now I run it with negate as you suggested:<br>
> ./negate /usr/lib/nagios/plugins/check_http -H xxxxx -u /sample/<br>
> test.html -p 80 –a user:password -s TAPE<br>
> HTTP OK HTTP/1.1 200 OK - 0.006 second response time |<br>
> time=0.006001s;;;0.000000 size=3648B;;;0<br>
<br>
</div>echo $? - should be 2<br>
<div><div></div><div class="h5"><br>
--<br>
Marc<br>
------------------------------------------------------------------------------<br>
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day<br>
trial. Simplify your report design, integration and deployment - and focus on<br>
what you do best, core application coding. Discover what's new with<br>
Crystal Reports now.  <a href="http://p.sf.net/sfu/bobj-july" target="_blank">http://p.sf.net/sfu/bobj-july</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" target="_blank">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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Cordially,<br>Shadhin Rahman<br>