We're trying to monitor a cassandra installation here. Zabbix is complaining in the UI:
java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused (Connection refused)]
But, when I try it using jmxterm, I get a fine connection and can list the beans.
[root@cassandra-01~]# java -jar ./jmxterm.jar --url localhost:7199
Welcome to JMX terminal. Type "help" for available commands.
$>open
rmi://127.0.0.1 5,service:jmx:rmi:///jndi/rmi://localhost:7199/jmxrmi
$>
I'm kinda stumped here. In the host definition in zabbix, I have my JMX stuff set to 127.0.0.1 / IP / 7199.
Kinda stumped here. Ideas?
java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused (Connection refused)]
But, when I try it using jmxterm, I get a fine connection and can list the beans.
[root@cassandra-01~]# java -jar ./jmxterm.jar --url localhost:7199
Welcome to JMX terminal. Type "help" for available commands.
$>open
rmi://127.0.0.1 5,service:jmx:rmi:///jndi/rmi://localhost:7199/jmxrmi
$>
I'm kinda stumped here. In the host definition in zabbix, I have my JMX stuff set to 127.0.0.1 / IP / 7199.
Kinda stumped here. Ideas?

IP-192.168.27.13)
Comment