Zabbix Server 또는 Proxy 의 버전이 4.x 버전 대일 경우 일부 아이템의 Syntax 가 달라져서 제대로 로드하지 못할 수 있어서 버전은 가급적 통일해 주는 것이 좋다.
# 버전 체크
Ubuntu 18.04의 Default Repository 의 Zabbix-Agent 버전은 기본 3.0.12
Ubuntu 20.04의 Default Repository 의 Zabbix-Agent 버전은 기본 4.0.17
22.04 의 Default Repository 의 Zabbix-Agent 버전은 기본 5.0.17 이다.
# 현재 우분투 디폴트 레포 버전 확인
sudo apt-cache madison zabbix-agent
# 기존 패키지 제거 후 원하는 버전의 Repo deb 설치
apt remove zabbix-agent # 기존 repo 디폴트 버전 제거
apt autoremove
wget https://repo.zabbix.com/zabbix/4.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_4.0-4+ubuntu22.04_all.deb
dpkg -i zabbix-release_4.0-4+ubuntu22.04_all.deb
apt update
apt install zabbix-agent
zabbix_agentd -V # 버전 확인
apt-mark hold zabbix-agent # 버전 고정