[root@zabbix ~]# groupadd zabbix
[root@zabbix ~]# useradd zabbix -g zabbix -s /sbin/nologin
[root@zabbix ~]# yum install -y gcc libxml2-devel libevent-devel net-snmp net-snmp-devel curl curl-devel php php-bcmath php-mbstring mariadb mariadb-devel java-1.6.0-openjdk-devel --skip-broken
https://www.zabbix.com/download_sources
[root@zabbix ~]# wget https://www.xxshell.com/download/sh/zabbix/zabbix4.4/zabbix-4.4.1.tar.gz
[root@zabbix ~]# tar -xzvf zabbix-4.4.1.tar.gz
[root@zabbix ~]# cd zabbix-4.4.1
[root@zabbix ~]# ./configure --enable-agent
[root@zabbix ~]# make -j 2 && make install
sudo vim /etc/init.d/zabbix_agentd
Server=zabbix_server_hostname
#ServerActive=127.0.0.1
#Hostname=Zabbix server
/etc/init.d/zabbix_agentd restart
systemctl enable zabbix_agentd