I've installed and configured Zorka on a server running JBoss 6.0.
I've configured our Zabbix server to monitor this host on port 10055 (using the appropriate templates).
I am receiving no data in Zabbix. The port is open and accessible from the Zabbix server.
When I use "zabbix_get" on the JBoss or Zabbix server I get the response "ZBX_NOTSUPPORTED", which
might my symptomatic!.
e.g.
% zabbix_get -s 127.0.0.1 -p 10055 -k 'agent.version'
1.0.14
% zabbix_get -s 127.0.0.1 -p 10055 -k 'zorka.jmx["java","java.lang:type=OperatingSystem","Arch"]'
ZBX_NOTSUPPORTED
Is there anything else I need to do in JBoss to allow JMX monitoring?
I have this option in the JBoss startup config file:
JAVA_OPTS="$JAVA_OPTS -javaagent:$JBOSS_HOME/zorka/zorka.jar=$JBOSS_HOME/zorka"
This is what's in zorka.properties:
scripts = jvm.bsh, zabbix.bsh, jboss/jboss6.bsh
zabbix = yes
zabbix.active = yes
zabbix.active.server.addr =
10.30.100.90:10051zabbix.server.addr = 127.0.0.1,10.30.100.90
zabbix.listen.port = 10055
zorka.hostname = zorka-test-jboss-server
http.trace.exclude = ~.*.png, ~.*.gif, ~.*.js, ~.*.css, ~.*.jpg, ~.*.jpeg, ~.*favicon.ico
This is the version of JBoss and Java:
JBoss EAP
6.0.0.GAjava.runtime.version = 1.6.0_45-b06
There are no obvious errors in the Zorka or JBoss log files.
Any help would be appreciated.
Michael