1 Obtendo o Zabbix

Visão geral

Existem três formas de se obter o Zabbix:

Para baixar a última versão dos fontes ou do virtual appliance, acesse a página de downloads do Zabbix, onde são fornecidos links para as últimas versões. Para baixar versões anteriores, utilize os links abaixo das versões estáveis.

Getting Zabbix source code

There are several ways of getting Zabbix source code:

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