Hello all:
I have researched this and cannot determine the cause of my issue. We relocated 5 virtual machines from one of our datacenters to a new cloud, these were being monitored by zabbix just fine until the move. This seems to be a network problem, however I cannot figure this out. For example, server=zabbix.shotspotter.com and client=fisheye.shotspotter.com
Here is what I see in the agent log:
I see nothing in the server log regarding fisheye client. There does not appear to be any issue connecting to the required ports via a dedicated VPN connection:
I can reach the client using zabbix_get no problem, this is strictly a problem with Agent Active items:
I have researched this and cannot determine the cause of my issue. We relocated 5 virtual machines from one of our datacenters to a new cloud, these were being monitored by zabbix just fine until the move. This seems to be a network problem, however I cannot figure this out. For example, server=zabbix.shotspotter.com and client=fisheye.shotspotter.com
Here is what I see in the agent log:
Code:
25680:20160801:102904.387 active check configuration update from [zabbix.shotspotter.com:10051] started to fail (ZBX_TCP_READ() failed: [4] Interrupted system call)
Code:
[root@zabbix ~]# nc -v -z fisheye.shotspotter.com 10050 Connection to fisheye.shotspotter.com 10050 port [tcp/zabbix-agent] succeeded! [root@zabbix ~]# [root@fisheye ~]# nc -v -z zabbix.shotspotter.com 10051 Connection to zabbix.shotspotter.com 10051 port [tcp/zabbix-trapper] succeeded! [root@fisheye ~]#
Code:
[root@zabbix ~]# zabbix_get -s fisheye -k agent.version 2.4.8 [root@zabbix ~]#
Comment