Zabbix 报错:Get value from agent failed: cannot connect to [[127.0.0.1]:10050]: [111] Connection refus
解决方法

关闭防火墙:systemctl stop firewalld

临时关闭防火墙:setenforce 0

永久关闭防火墙:vi /etc/sysconfig/selinux
SELINUX=disabled

启动zabbix-agent.service服务:systemctl start zabbix-agent.service

查看zabbix-agent.service服务状态:systemctl status zabbix-agent.service
Zabbix 报错:Get value from agent failed: cannot connect to [[127.0.0.1]:10050]: [111] Connection refus
刷新页面 展示正常
Zabbix 报错:Get value from agent failed: cannot connect to [[127.0.0.1]:10050]: [111] Connection refus

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2021-10-21
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2021-04-28
猜你喜欢
  • 2021-11-25
  • 2022-12-23
  • 2021-09-21
  • 2022-03-03
  • 2021-10-06
  • 2022-02-01
  • 2022-12-23
相关资源
相似解决方案