I am unable to get JMX Monitoring on remote servers. I am getting the following error:
ZBX_TCP_READ() failed: [4] Interrupted system call
Java Gateway - 10052
JMX Port - 21099
Java Gateway is working correctly as I can connect on the local system and can monitor the JMX stats. It is not working for remote servers.
I opened the ports on the firewall and the server can telnet into the host on 21099 and the host can telnet back on 10052. Both ports are listening. Initially when the ports were not open, I was getting a different error.
I ran tcpdump on the server with 10052 and it doesn't seem like it any traffic is coming through. I may not be understanding the network flow correctly.
Let me know if you have any suggestions.
ZBX_TCP_READ() failed: [4] Interrupted system call
Java Gateway - 10052
JMX Port - 21099
Java Gateway is working correctly as I can connect on the local system and can monitor the JMX stats. It is not working for remote servers.
I opened the ports on the firewall and the server can telnet into the host on 21099 and the host can telnet back on 10052. Both ports are listening. Initially when the ports were not open, I was getting a different error.
I ran tcpdump on the server with 10052 and it doesn't seem like it any traffic is coming through. I may not be understanding the network flow correctly.
Let me know if you have any suggestions.
Comment