How to install Zabbix agent on Centos 7

Sdílet
Vložit
  • čas přidán 10. 09. 2024
  • Video learning.
    This video will show you how to install Zabbix agent on Centos 7.
    +Centos 7
    rpm -Uvh repo.zabbix.co...
    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.
    / @knowledge_it_kh

Komentáře • 3