I am able to connect to the JMX Beans
with Jconsole
with the followed URL
:
service:jmx:remoting-jmx://127.0.0.1:9999
When it gives same kind of URL
with check_jmx
as follows I am unable to connect to the JMX Beans
./check_jmx -U service:jmx:remoting-jmx://127.0.0.1:9999 -O java.lang:type=Threading -A ThreadCount
JMX CRITICAL Unsupported protocol: remoting-jmx
How to use the jmx
URL
to connect with check_jmx
to the jboss 7.1.1
version ?