The following errors may be experienced this issue following the configuration of Zookeeper.

Possible Reason:
- The JMX MBeans names may not be present on the target server.
Possible Solution:
- There are some variables in the Zookeeper template, and those might not match the actual JMX server.
The template utilizes the JMX-Server plugin. An easy approach is to execute a command line to verify JMX connectivity and retrieve all MBeans.
https://docs.itrsgroup.com/docs/geneos/current/Netprobe/api/jmx-server.html
JMX Plug-In - Technical Reference
Validating environment and reachability for remote application
Please attempt the following using a command line, and you can redirect the output to a text file.
e.g.
java -jar geneos-plugins.jar jmx Generic rmi:///jndi/rmi 192.168.10.200 5003 4000 jmxrmi *:*
(switch 192.168.10.200 and 5003 with the host and port number, 4000 is just a timeout period)
Comments
0 comments
Please sign in to leave a comment.