Hello,
Yesterday, I don't know why, one of our zabbix agent became unreachable for more than 5 minutes, and this generated an alert in Zabbix. This happened just after linking a template to the host in Zabbix, but now, even if I unlink the template from the host, it doesn't go back to normal, so I don't know if it's related.
When I checked the server, it was up and running without any problem, so I checked that the zabbix agent was running. Then I looked at the logs of the agent and found this message "Message from <zabbix-IP> is missing header. Message ignored."
I started to search online for the reason, but couldn't find why I have this problem.
My Zabbix server version is 3.4.6 and the agent is 4.0.0alpha8.
Here are the troubleshooting steps that I did :
I already checked that the server IP address is added in zabbix_agentd.conf.
I tried to run the command zabbix_get -k system.uname -s 10.20.48.10 and go the response zabbix_get [95149]: Check access restrictions in Zabbix agent configuration
I also tried to telnet from the server to the host on the port 10050, I'm able to connect, but after 2-3 seconds, the connection is closed by the host :
[root@h916d1zab01p ansible]# telnet 10.20.48.10 10050
Trying 10.20.48.10...
Connected to 10.20.48.10.
Escape character is '^]'.
Connection closed by foreign host.
I don't know what to do anymore. Did someone already have this problem?
Thanks in advance,
Philippe
Yesterday, I don't know why, one of our zabbix agent became unreachable for more than 5 minutes, and this generated an alert in Zabbix. This happened just after linking a template to the host in Zabbix, but now, even if I unlink the template from the host, it doesn't go back to normal, so I don't know if it's related.
When I checked the server, it was up and running without any problem, so I checked that the zabbix agent was running. Then I looked at the logs of the agent and found this message "Message from <zabbix-IP> is missing header. Message ignored."
I started to search online for the reason, but couldn't find why I have this problem.
My Zabbix server version is 3.4.6 and the agent is 4.0.0alpha8.
Here are the troubleshooting steps that I did :
I already checked that the server IP address is added in zabbix_agentd.conf.
I tried to run the command zabbix_get -k system.uname -s 10.20.48.10 and go the response zabbix_get [95149]: Check access restrictions in Zabbix agent configuration
I also tried to telnet from the server to the host on the port 10050, I'm able to connect, but after 2-3 seconds, the connection is closed by the host :
[root@h916d1zab01p ansible]# telnet 10.20.48.10 10050
Trying 10.20.48.10...
Connected to 10.20.48.10.
Escape character is '^]'.
Connection closed by foreign host.
I don't know what to do anymore. Did someone already have this problem?
Thanks in advance,
Philippe
Comment