zabbix-Get value from agent failed: cannot connect to [[127.0.0.1]:10050]: [111] Connection refused
时间:2020-03-15 21:15:50
收藏:0
阅读:839
解决方法
关闭防火墙
[root@tz ~]# systemctl stop firewalld [root@tz ~]# setenforce 0
启动agent服务
[root@tz ~]# systemctl start zabbix-agent.service [root@tz ~]# systemctl enable zabbix-agent.service
原文:https://www.cnblogs.com/tz90/p/12499458.html
评论(0)