Zabbix是一免費開源監控系統當Zabbix建制完成之後,可以將所有主機加入監控
以下是在CentOS 7.9 下安裝及設定步驟:
rpm -Uvh https://repo.zabbix.com/zabbix/5.4/rhel/7/x86_64/zabbix-release-5.4-1.el7.noarch.rpm
yum-config-manager --enable rhel-7-server-optional-rpms
yum install zabbix-agent
service zabbix-agent start
systemctl enable zabbix-agent
vi /etc/zabbix/zabbix-agentd.conf
Server=zabbix server ip
Listen=0.0.0.0
Hostname=主機名
service zabbix-agent restart
在到zabbix server後台中新增主機即可(記得新增時模版要加上才會有資料)