<br clear="all">Thank you, your direction put me in the correct direction:<br><br>Problem, I wasn't passing an attribute value in my service definition; thus, I was trying to execute the NREP without an attribute value (e.g check_nrpe -H hostname -c check_kernel -a).<br>

<br>Solved by adding "<span style="color: rgb(255, 0, 0);">!attribute</span>" text to my service check_command syntax.  It doesn't do anything but satisfy my NRPE command_line command's parsing/execution.<br>

<br>(1) define service{<br>        use                     generic-service<br>        host_name               DEV-APP1A-dappsi01a<br>        servicegroups           dev-services<br>        service_description     Kernel Version<br>

        check_command           check_nrpe!check_kernel<span style="color: rgb(204, 0, 0);">!attribute</span><span style="color: rgb(255, 0, 0);"></span><br>        }<br>(2) define command{<br>        command_name check_nrpe<br>

        command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c $ARG1$ -a $ARG2$<br>        }<br><br>Cheers,<br>Rick<br><br><br><div class="gmail_quote">On Fri, Oct 29, 2010 at 5:51 AM, Kumar, Ashish <span dir="ltr"><<a href="mailto:xml.devel@gmail.com">xml.devel@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><br><div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div>Help, any thoughts or known solution regarding this would be appreciated?</div>


<div><br></div></blockquote></div><div><br>Try setting debug=1, re-run the command and check /var/log/messages, it usually helps :)<br> </div></div>
<br>------------------------------------------------------------------------------<br>
Nokia and AT&T present the 2010 Calling All Innovators-North America contest<br>
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada<br>
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing<br>
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store<br>
<a href="http://p.sf.net/sfu/nokia-dev2dev" target="_blank">http://p.sf.net/sfu/nokia-dev2dev</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>