[root@shijie70 ~]# rpm -ivh http://repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release-3.4-2.el7.noarch.rpm
[root@shijie70 ~]# yum install -y zabbix
[root@shijie70 ~]# grep -vE "^#|^$" /etc/zabbix/zabbix_agentd.conf |grep Server
Server=127.0.0.1 // 非zabbix-server节点需要修改为Zabbix-server的ip地址
ServerActive=127.0.0.1
[root@shijie70 ~]# systemctl enable zabbix-agent
Created symlink from /etc/systemd/system/multi-user.target.wants/zabbix-agent.service to /usr/lib/systemd/system/zabbix-agent.service.
[root@shijie70 ~]# systemctl start zabbix-agent