3

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 ?

Prophet
  • 32,350
  • 22
  • 54
  • 79
user3442562
  • 337
  • 1
  • 6
  • 16

1 Answers1

1

JBoss 7 doesn't support checking through JMX anymore. The alternative for you could be use:

Another alternative would be to use SNMP:

Federico Sierra
  • 5,118
  • 2
  • 23
  • 36