zabbix: failed to accept an incoming connection

来源:互联网 发布:郑州市网络公安局 编辑:程序博客网 时间:2024/06/04 08:30

错误描述

查日志发现:failed to accept an incoming connection: connection from "192.168.186.132" rejected, allowed hosts: "127.0.0.1"

问题: 这个是 zabbix_agentd.conf 文件配置错误的提示

解决:

在zabbix的安装目录下 (我的是/usr/local/zabbix):

# vim /usr/local/zabbix/etc/zabbix_agentd.conf

修改 :

Server=你的服务器地址ServerActive=你的服务器地址Hostname=你的客户端名称

最后重启agent

# service zabbix_agentd restart
0 0
原创粉丝点击