Hi, <br><br>Yes $? eq 0 on both sides.<br><br>From appserver:<br>libexec/check_disk -w 400 -c 220 -p /<br>DISK OK - free space: / 13998 MB (82%);| /=3149MB;16747;16927;0;17147<br>bash-2.05$ echo $?<br>0<br><br>From Nagiosbox:<br>
-bash-3.2$ /usr/local/nagios/libexec/check_by_ssh -H 10.194.145.142 -t 60 -l "nagios" -C "libexec/check_disk -w 400 -c 220 -p /"<br>DISK OK - free space: / 13998 MB (82%);| /=3149MB;16747;16927;0;17147<br>
-bash-3.2$ echo $?<br>0<br><br>/Fredrik<br><br><div class="gmail_quote">On Tue, Feb 24, 2009 at 4:33 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><div></div><div class="Wj3C7c"><br>
On Feb 24, 2009, at 9:13 AM, Fredrik Stridfeldt wrote:<br>
<br>
> This drives me crazy!!!<br>
><br>
> [1235486864] SERVICE ALERT: absaus0180;ssh_disk_root;UNKNOWN;SOFT;<br>
> 1;DISK OK - free space: / 13999 MB (82%):<br>
> [1235486924] SERVICE ALERT: absaus0180;ssh_disk_root;UNKNOWN;SOFT;<br>
> 2;DISK OK - free space: / 13999 MB (82%):<br>
> [1235486994] SERVICE ALERT: absaus0180;ssh_disk_root;UNKNOWN;HARD;<br>
> 3;DISK OK - free space: / 13999 MB (82%):<br>
><br>
> I get OK answer but nagios set to UNKOWN ..wtf!<br>
<br>
</div></div>The plugin, or the transport you are using to execute the plugin, is<br>
returning an exit code of 3, not 0. Can you run the plugin<br>
successfully on the remote host as the user nagios is running it as<br>
and see the correct exit code (echo $?).<br>
<br>
Can you run the transport/plugin command combo from the nagios server<br>
as the nagios user and see the correct exit code?<br>
<br>
I strongly suspect one or the other is actually generating an error.<br>
You'll increase your chances of better answers by including the<br>
relevant config information (host, service, command definitions and<br>
information about how you've configured your transport).<br>
<br>
--<br>
Marc<br>
<br>
<br>
------------------------------------------------------------------------------<br>
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise<br>
-Strategies to boost innovation and cut costs with open source participation<br>
-Receive a $600 discount off the registration fee with the source code: SFAD<br>
<a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</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>
</blockquote></div><br>