centos7安装zabbix-agent客户端
1.官方下载zabbix-agent安装包
链接:wget https://cdn.zabbix.com/zabbix/binaries/stable/5.4/5.4.6/zabbix_agent-5.4.6-linux-4.12-ppc64le-static.tar.gz
2.yum install zabbix-agent -y
3.systemctl enable zabbix-agent.service
4.zabbix-agent配置
vim /etc/zabbix/zabbix_agentd.conf
Server=... #zabbix service 服务端地址
ServerActive=... #zabbix service 服务端地址
Hostname=... #本机主机名,在zabbix-web配置主机时需要填写
5.重庆agent服务
systemctl restart zabbix-agent.service
本文来自博客园,作者:沐鑫,转载请注明原文链接:https://www.cnblogs.com/Carl-Mr-FBI/p/15896067.html