Установка Zabbix agent - Cent OS / Install Zabbix agent - Cent OS

Published: 26 January 2022
on channel: SystemAdmins
119
3

ПОДПИШИСЬ НА КАНАЛ:    / @systemadmins3980  

ПОДПИШИСЬ на СОЦСЕТИ:
INSTAGRAM:   / systemadmins_  
TikTok: https://www.tiktok.com/@systemadmins?...


yum install zabbix-agent
nano /etc/zabbix/zabbix_agentd.conf

По умолчанию, достаточно просто прописать IP-адрес сервера мониторинга:
Server=192.168.11.240

firewall-cmd --permanent --new-service=zabbix
firewall-cmd --permanent --service=zabbix --add-port=10050/tcp
firewall-cmd --permanent --service=zabbix --set-short="Zabbix Agent"
firewall-cmd --permanent --add-service=zabbix
firewall-cmd --reload


systemctl enable zabbix-agent
systemctl start zabbix-agent
systemctl status zabbix-agent


Watch video Установка Zabbix agent - Cent OS / Install Zabbix agent - Cent OS online without registration, duration hours minute second in high quality. This video was added by user SystemAdmins 26 January 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 119 once and liked it 3 people.