Rapid deployment of zabbix4.0-agent client
1. Download the zabbix4.0-agent installation package
Rpm-ivh http://repo.zabbix.com/zabbix/4.0/rhel/7/x86_64/zabbix-release-4.0-1.el7.noarch.rpm
2. Quick installation of yum
Yum-y install zabbix-agent
3. Modify the configuration file (modify the relevant configuration according to your own server side)
Vim / etc/zabbix/zabbix_agentd.conf
Server= # serverIP address
ServerActive= # serverIP address
Hostname= # Native IP address or host name
4. Start zabbix-agent
Systemctl start zabbix-agent