Linux serverNETWORK ADMINISTRATIONS

Zabbix Agent Installation On Linux: 2020

In this video, we will learn about how to install Zabbix Agent on Linux.

Step 1 – Add Required Epel Repository
For centos 6:
rpm -ivh https://repo.zabbix.com/zabbix/5.1/rhel/6/x86_64/zabbix-release-5.1-1.el6.noarch.rpm

For Centos 7:
rpm -ivh https://repo.zabbix.com/zabbix/5.1/rhel/7/x86_64/zabbix-release-5.1-1.el7.noarch.rpm
For centos 8:
rpm -ivh http://repo.zabbix.com/zabbix/5.1/rhel/8/x86_64/zabbix-release-5.1-1.el8.noarch.rpm
Step 2 – Install Zabbix Agent:

yum install zabbix-agent -y
Step 3 – Edit Zabbix Agent Configuration
vim /etc/zabbix/zabbix_agentd.conf
Step 4 – Enable/Start Zabbix Agent
systemctl enable zabbix-agent
systemctl start zabbix-agent
START UP MANUALLY:
If the above does not work you have to start it manually

zabbix_agentd
Step 5 – Adjust Firewall Configuration
firewall-cmd –permanent –add-port=10050/tcp
firewall-cmd – -reload

Website Link:
http://www.itgurupro.com
Facebook Link
https://www.facebook.com/itgurupro
Linkedine:
https://www.linkedin.com/in/itgurupro1/

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *