marcanpilami / Zabbix-JBoss-Agent

Zabbix monitoring agent for JBoss AS 7+
Apache License 2.0
6 stars 4 forks source link

problem connecting to jboss 7 #4

Open martin-marusinec-finamis-com opened 1 year ago

martin-marusinec-finamis-com commented 1 year ago

hello, there is problem connecting to jboss 7, my guess is the agent cannot work with "management-http" interface on port 9990 and needs "management-native" on port 9999. However management ports had been consolidated in jboss 7.

tcp 0 0 127.0.0.1:12690 0.0.0.0:* LISTEN 975443/java

ERROR|ZabbixClientThread |java.io.IOException: java.net.ConnectException: JBAS012144: Could not connect to remote://localhost:12690. The connection timed out

how could be overcome this ?

Thanks! Martin