How to install Zabbix agent on Centos 7
Video learning.
This video will show you how to install Zabbix agent on Centos 7.
+Centos 7
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 start zabbix-agent
systemctl enable zabbix-agent
systemctl status zabbix-agent
vim /etc/zabbix/zabbix_agentd.conf
Server=172.26.32.99
ServerActive=172.26.32.99
Hostname=ftpserver
systemctl restart zabbix-agent
systemctl status zabbix-agent
firewall-cmd –permanent –zone=public –add-port=10050/tcp
firewall-cmd –permanent –zone=public –add-port=10050/udp
firewall-cmd –reload
iptables -xvn -L
+check log
tail -f /var/log/zabbix/zabbix_agentd.log
Please like and subscript to my channel.
Thanks for watching it.
Please like and subscribe to my video.
https://www.youtube.com/channel/UCgNorZwbo8EaHa6rF8Vqo3A
centos 7