I am running Zabbix 1.8.2 and zapcat 1.2 to monitor some java applications we have here in our office.
The issue is that I am getting a lot of errors stating the "Zabbix Host 10084 is unreachable. Skipping...."
It isn't just for one host either its happening with all of the zabbix hosts which are using zapcat but not for the main zabbix agent on that host (for instance I have a server lets call it srv01 its running zabbix on 10050 and in the zabbix_server.log I never see errors related to zabbix_items which aren't jmx based, on the same srv01 we have zapcat compiled into our app running on 10052 and regularly I see "unreachable" errors)
I have setup a simple script to telnet to the srv01 server over port 10052 and simply run one of the jmx calls:
jmx[java.lang:type=Compilation][Name]
And this works everytime... so I'm not sure why Zabbix_server thinks the srv01 is unreachable sometimes?
Also I have tried using the hostname and IP address in the srv01 configuration under "Hosts" on the zabbix server (just to rule out any type of name resolution problem).
The issue is that I am getting a lot of errors stating the "Zabbix Host 10084 is unreachable. Skipping...."
It isn't just for one host either its happening with all of the zabbix hosts which are using zapcat but not for the main zabbix agent on that host (for instance I have a server lets call it srv01 its running zabbix on 10050 and in the zabbix_server.log I never see errors related to zabbix_items which aren't jmx based, on the same srv01 we have zapcat compiled into our app running on 10052 and regularly I see "unreachable" errors)
I have setup a simple script to telnet to the srv01 server over port 10052 and simply run one of the jmx calls:
jmx[java.lang:type=Compilation][Name]
And this works everytime... so I'm not sure why Zabbix_server thinks the srv01 is unreachable sometimes?
Also I have tried using the hostname and IP address in the srv01 configuration under "Hosts" on the zabbix server (just to rule out any type of name resolution problem).
Comment