I'm guessing you're using Nagios 3, in which case make sure to read the 3.0 documentation: <a href="http://nagios.sourceforge.net/docs/3_0/distributed.html">http://nagios.sourceforge.net/docs/3_0/distributed.html</a><br>
<br><div class="gmail_quote">On Fri, Nov 6, 2009 at 3:50 PM, Jonathan Bayles <span dir="ltr"><<a href="mailto:jbayles@readytechs.com">jbayles@readytechs.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;">
I was able to get my setup working.<br>
<br>
I noticed in the distributed doc <a href="http://nagios.sourceforge.net/docs/1_0/distributed.html" target="_blank">http://nagios.sourceforge.net/docs/1_0/distributed.html</a><br>
<br>
define command{<br>
        command_name    submit_check_result<br>
        command_line    /usr/local/nagios/libexec/eventhandlers/submit_check_result $HOSTNAME$ '$SERVICEDESC$' $SERVICESTATE$ '$OUTPUT$'<br>
        }<br>
<br>
<br>
Should probably be:<br>
<br>
define command{<br>
        command_name    submit_check_result<br>
        command_line    /usr/local/nagios/libexec/eventhandlers/submit_check_result $HOSTNAME$ '$SERVICEDESC$' $SERVICESTATE$ '$SERVICEOUTPUT$'<br>
        }<br>
<br>
The change being $OUTPUT$ to $SERVICEOUTPUT$. This seemed to fix things for me.<br>
<br>
Thanks!<br>
<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>
</blockquote></div><br>