Received empty response from Zabbix Agent at[172.16.1.51]. Assuming that agent dropped connection be

Posted lvhanzhi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Received empty response from Zabbix Agent at[172.16.1.51]. Assuming that agent dropped connection be相关的知识,希望对你有一定的参考价值。

Centos7.5 Zabbix创建主机ZBX爆红

技术图片

原因:/etc/zabbix/zabbix_agentd.conf配置文件的Server写错了

解决方法:

[[email protected] ~]# vim /etc/zabbix/zabbix_agentd.conf
#       Incoming connections will be accepted only from the hosts listed here.
#       If IPv6 support is enabled then ‘127.0.0.1‘, ‘::127.0.0.1‘, ‘::ffff:127.0.0.1‘ are 
treated equally and ‘::/0‘ will allow any IPv4 or IPv6 address.
#       ‘0.0.0.0/0‘ can be used to allow any IPv4 address.
#       Example: Server=127.0.0.1,192.168.1.0/24,::1,2001:db8::/32,zabbix.domain
#
# Mandatory: yes, if StartAgents is not explicitly set to 0
# Default:
Server=172.16.1.71

#Server=127.0.0.1

### Option: ListenPort
#       Agent will listen on this port for connections from the server.
#
# Mandatory: no
# Range: 1024-32767
# Default:
"/etc/zabbix/zabbix_agentd.conf" 396L, 10642C written                    
[[email protected] ~]# systemctl restart zabbix-agent.service 

  

以上是关于Received empty response from Zabbix Agent at[172.16.1.51]. Assuming that agent dropped connection be的主要内容,如果未能解决你的问题,请参考以下文章

zabbix监控告警Received empty response from Zabbix Agent Assuming that agent dropped connection

Received empty response from Zabbix Agent at [xxx]. Assuming that agent dropped connection because o

Received empty response from Zabbix Agent at [xxx]. Assuming that agent dropped connection because o

Received empty response from Zabbix Agent at[172.16.1.51]. Assuming that agent dropped connection be

Zabbix5.0服务器添加主机显示Received empty response from .. dropped connection because of access permissions

在 NodeJS 中安装 SSL(没有发送任何数据,ERR_EMPTY_RESPONSE)