<div>I am getting different results from NRPE than the local commands that NRPE is supopsed to be running.  I am trying to understand if I am doing something wrong, or if I am hitting a bug.  the process is NOT running, and the local command verifies this.  the NRPE command from the server is saying it IS running, though.</div>

<div> </div>
<div>any help is appreciated!</div>
<div> </div>
<div> </div>
<div>-------- from the client being monitored</div>
<div> </div>
<div># grep alljunk /etc/nagios/nrpe.cfg<br>command[procs_alljunka]=/usr/lib/nagios/plugins/check_procs -w 1: -c 1: -a '/usr/sbin/alljunk'<br></div>
<div># /usr/lib/nagios/plugins/check_procs -c 1: -c 1: -a '/usr/sbin/alljunk'<br>PROCS CRITICAL: 0 processes with args '/usr/sbin/alljunk'</div>
<div> </div>
<div> </div>
<div>-------- from the nagios server</div>
<div># /usr/lib/nagios/plugins/check_nrpe -H xx.xx.xx.xx -c procs_alljunka<br>PROCS OK: 1 process with args '/usr/sbin/alljunk'</div>
<div> </div>
<div> </div>