На странице
1 Получение Zabbix
Обзор
Имеется четыре способа получения Zabbix:
- Установка из пакетов
- Загрузка самого нового архива с исходными кодами и самостоятельная их сборка
- Установка из контейнеров
- Загрузка решения виртуализации
Для загрузки самых новых исходных кодов или решения виртуализации, перейдите на страницу загрузки Zabbix, где указаны прямые ссылки на последние версии. Ссылки на более старые версии находятся ниже ссылок на стабильные версии.
Getting Zabbix source code
There are several ways of getting Zabbix source code:
- You can download the released stable versions from the official Zabbix website
- You can download nightly builds from the official Zabbix website developer page
- You can get the latest development version from the Git source code
repository system:
- The primary location of the full repository is at https://git.zabbix.com/scm/zbx/zabbix.git
- Master and supported releases are also mirrored to Github at https://github.com/zabbix/zabbix
A Git client must be installed to clone the repository. The official commandline Git client package is commonly called git in distributions. To install, for example, on Debian/Ubuntu, run:
sudo apt-get update
sudo apt-get install git
To grab all Zabbix source, change to the directory you want to place the code in and execute:
git clone https://git.zabbix.com/scm/zbx/zabbix.git