Hi,<br><br><p>I am trying to use check_jmx but I can get through with my NRPE. <br></p><p>- If I
 run directly the check_jmx in a line, it works :</p>
<p>[nagios@myserver libexec]# /usr/local/nagios/libexec/check_jmx -U 
service:jmx:rmi:///jndi/rmi://localhost:8999/jmxrmi -O 
java.lang:type=Memory -A HeapMemoryUsage -K used -I HeapMemoryUsage -J 
used -vvvv -w 800000000 -c 1500000000</p>
<p>JMX OK 
HeapMemoryUsage.used=407931824{committed=1013972992;init=1073741824;max=1013972992;used=407931824}</p>
<p>- If I try with the NRPE, I always get the following message :</p>
<p>[nagios@myserver libexec]# /usr/local/nagios/libexec/check_nrpe -H 127.0.0.1 -c check_jmx<br>
NRPE: Unable to read output</p>
<p>It makes the same thing with the root user, so I do not think this is
 a right problem, more a return message problem. </p>
<p>Any idea how I can solve this ?</p>
<p>Regards,</p>
<p>Manu</p>