6 不稳定版本
概述
从 Zabbix 6.0.9 开始提供次要 Zabbix 版本(即 Zabbix 6.0.x)候选发布包。
以下说明用于启用不稳定的 Zabbix 发布存储库(默认情况下禁用)。
首先,安装或更新到最新的 zabbix-release 包。 要在您的系统上启用 rc 包,请执行以下操作:
Red Hat Enterprise Linux
Open the /etc/yum.repos.d/zabbix.repo
file and set enabled=1 for the zabbix-unstable
repo.
[zabbix-unstable]
name=Zabbix Official Repository (unstable) - $basearch
baseurl=https://repo.zabbix.com/zabbix/6.3/rhel/8/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX-A14FE591
Debian/Ubuntu
Open the /etc/apt/sources.list.d/zabbix.list
and uncomment “Zabbix unstable repository”.
# Zabbix unstable repository
deb https://repo.zabbix.com/zabbix/6.3/debian bullseye main
deb-src https://repo.zabbix.com/zabbix/6.3/debian bullseye main
SUSE
Open the /etc/zypp/repos.d/zabbix.repo
file and set enable=1 for the zabbix-unstable
repo.
[zabbix-unstable]
name=Zabbix Official Repository
type=rpm-md
baseurl=https://repo.zabbix.com/zabbix/6.3/sles/15/x86_64/
gpgcheck=1
gpgkey=https://repo.zabbix.com/zabbix/6.3/sles/15/x86_64/repodata/repomd.xml.key
enabled=1
update=1