How to install Zabbix Agent on Linux

preview_player
Показать описание
This video is about the installation and configuration process of the Zabbix agent on Linux OS.

Step 1- Install the Zabbix repository as per the OS distribution and version. Clean Metadata and headers
Step 2 - Install the Zabbix agent using "yum install zabbix-agent".
Step 3 - start the zabbix-agent processes and make it start at system boot using systemctl command.
systemctl start zabbix-agent
systemctl enable zabbix-agent

Step 4 - Allow agent port in OS.
► firewall-cmd --add-port=10050/tcp --zone=public --permanent
► firewall-cmd --reload
► firewall-cmd --list-all

Step 6 - Restart zabbix agent service.

systemctl restart zabbix-agent

#zabbix
#zabbixmonitoring
#Zabbix Tutorial
#ZabbixVideos
#zabbixcourse
#opensource monitoring system
Рекомендации по теме
Комментарии
Автор

Help please, how to install zabbix agent for OpenBSD 6.5 ?

AnvarRustamov
Автор

Hi, I am not clear with the firewall command …can you help?!

manyasharma