错误描述

查日志发现:

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

相关文章:

  • 2021-11-17
  • 2021-11-24
  • 2022-12-23
  • 2021-07-07
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2021-12-21
猜你喜欢
  • 2021-12-13
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2021-12-04
  • 2021-05-09
  • 2021-12-27
相关资源
相似解决方案