I have a new Zabbix 2.4.3 installation (used to Zabbix 1.8, 2.2) with discovery features enabled. Soon after I start my agents (behind the proxy), they get discovered and the discovery rules set the default templates. But one done, that's it. I see, in the mail screen of the zabbix server, that these zabbix agents are unreachable.
The hostname set in the zabbix agent is the same as the hostname of the relevant linux box, I can telnet to port 10050 from the proxy to the IP address of the zabbix agent hosts, I can telnet to port 10051 from the zabbix agent hosts to the zabbix proxy.
One thing I notice in every zabbix agent logfile is that line:
no active checks on server [my_proxy]: host [my_FQDN] not found.
Oh! Maybe worth mentionning... The proxy uses SQLite3.
In the database, I can see some entries in the interface table (my hosts, and their IP), some entries in the proxy_dhistory, some other entries in proxy_autoreg_host, and some entries in the host table. For this last one, it states (for all my hosts):
Get value from agent failed: Cannot connect to [host]:10050]: [4] Interrupted system call
Any clue of what can be wrong? At some point, the communication is OK. But something is also wrong...
The hostname set in the zabbix agent is the same as the hostname of the relevant linux box, I can telnet to port 10050 from the proxy to the IP address of the zabbix agent hosts, I can telnet to port 10051 from the zabbix agent hosts to the zabbix proxy.
One thing I notice in every zabbix agent logfile is that line:
no active checks on server [my_proxy]: host [my_FQDN] not found.
Oh! Maybe worth mentionning... The proxy uses SQLite3.
In the database, I can see some entries in the interface table (my hosts, and their IP), some entries in the proxy_dhistory, some other entries in proxy_autoreg_host, and some entries in the host table. For this last one, it states (for all my hosts):
Get value from agent failed: Cannot connect to [host]:10050]: [4] Interrupted system call
Any clue of what can be wrong? At some point, the communication is OK. But something is also wrong...
Comment