这是zabbix WEB报的问题:Received empty response from Zabbix Agent at [192.168.10.105]. Assuming that agent dropped connection because of access permissions
如果全部配置好了查看服务是否开启:
ps -ef |grep zabbix
再查看防火前的端口是否开启:https://www.cnblogs.com/wei9593/p/10419367.html
我的情况是:我自己将zabbix_agentd.conf已经配置过具体配置如下:
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix/zabbix_agentd.log
LogFileSize=0
Server=192.168.10.104 # 填写zabbix_server服务端 的 IP
ServerActive=192.168.10.104 #填写zabbix_server服务端 的 IP
Hostname=test #名字随意
Include=/etc/zabbix/zabbix_agentd.d/*.conf
这时报错,意思连接172.0.0.1没有响应,那就将这个接口IP改为zabbix_server的IP与Server=192.168.10.104 一样
IP填写被监控服务器的
点击【更新】然后刷新页面,如果无响应就重启httpd服务
OK问题已解决
相关服务重启命令:
systemctl restart httpd
systemctl restart mariadb
systemctl restart zabbix_server
systemctl restart zabbix-agent.service