1.下载对应的安装包
https://repo.zabbix.com/zabbix/4.0/rhel/6/x86_64/
2. wget .rpm
3.
yum localinstall zabbix-agent-x86_64.rpm
4.vim /etc/zabbix/zabbix_agentd.conf
EnableRemoteCommands=1 #允许zabbix服务器远程zabbix_agentd执行命令
LogRemoteCommands=1 #开启远程执行命令日志
Server=10.8.9.155 #填写zabbix服务器IP地址
ServerActive=10.8.9.155 #填写zabbix服务器IP地址
Hostname=cloucentos6.0 #填写zabbix_agentd客户端计算机名
service zabbix-agent start
或者 systemctl start zabbix-agent