Some packages (agent, proxy, etc.) are available for RHEL 5 and RHEL 6 (in https://repo.zabbix.com/zabbix/3.0/rhel/5/x86_64/ and https://repo.zabbix.com/zabbix/3.0/rhel/6/x86_64/ directories respectively).
Install the repository configuration package. This package contains yum (software package manager) configuration files.
Now you are ready to install Zabbix server with MySQL or server with PostgreSQL, agent and proxy.
Install the repository configuration package, which contains apt (software package manager) configuration files. Shell commands for Debian 10 (buster):
# wget https://repo.zabbix.com/zabbix/3.0/debian/pool/main/z/zabbix-release/zabbix-release_3.0-2+buster_all.deb
# dpkg -i zabbix-release_3.0-2+buster_all.deb
For Debian 9 change 'buster' to 'stretch'. For Debian 8 change 'buster' to 'jessie'. For Debian 7 change 'buster' to 'wheezy'.
Before running apt-get update
, you should create/edit the /etc/apt/preferences
file with the following content (Otherwise 3.0 packages from Zabbix repo will be overridden with 4.0 from Debian repo.):
Now you are ready to install Zabbix server with MySQL or server with PostgreSQL, agent and proxy.
* Ubuntu 18.04 LTS (codename: bionic)
* Ubuntu 16.04 LTS (codename: xenial)
* Ubuntu 14.04 LTS (codename: trusty)
Install the repository configuration package, which contains apt (software package manager) configuration files. Shell commands for Ubuntu 18.04 LTS (bionic):
# wget https://repo.zabbix.com/zabbix/3.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.0-2+bionic_all.deb
# dpkg -i zabbix-release_3.0-2+bionic_all.deb
# apt-get update
Now you are ready to install Zabbix server with MySQL or server with PostgreSQL, agent and proxy.