check server version
https://digitalcreative.tech/check-server-setup/
install agent
rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm
yum clean all
yum install zabbix-agent
systemctl restart zabbix-agent
systemctl enable zabbix-agent
setup agent config
nano /etc/zabbix/zabbix_agentd-conf
check firewall
UFW or Firewalld on port 10050
check proxy can ping
install zabbix_get
ping agent
refs:
https://www.zabbix.com/download?zabbix=5.0&os_distribution=centos&os_version=7&db=mysql&ws=apache
https://sbcode.net/zabbix/zabbix-get/
https://blog.zabbix.com/how-to-troubleshoot-zabbix-proxy-high-queue/12244/