0. 설치환경

Zabbix Version : 5.0 LTS

OS Version : CentOS 7.9

Database : MySQL

Web Server : Apache

1. Zabbix Repository 설치

rpm -Uvh <https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm>
yum clean all

Untitled

2. Zabbix Server, Agent 설치

yum install -y zabbix-server-mysql zabbix-agent
# 현재는 centos7.9 repo 만료로 repo 주소를 vault.centos.org로 바꿔줘야 설치 된다.

Untitled

3. Zabbix frontend 설치

3.1 Redhat Software Collections 설치

yum install -y centos-release-scl

Untitled