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
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!