Zabbix: mudanças entre as edições

De MochilaWiki
Ir para navegaçãoIr para pesquisar
Nova página: * http://leodamasceno.blogspot.com/2009/07/zabbix-uma-otima-ferramenta.html * http://www.vivaolinux.com.br/artigo/Instalando-o-Zabbix/ * http://www.zabbix.com/
 
Sem resumo de edição
 
(2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
<source lang="bash">
echo 'deb http://repo.zabbix.com/zabbix/2.4/debian wheezy main' >> /etc/apt/sources.list
wget http://repo.zabbix.com/zabbix-official-repo.key  -O - | apt-key add -
apt-get update
apt-get install zabbix-agent zabbix-frontend-php zabbix-server-mysql
</source>
* http://www.vivaolinux.com.br/artigo/Zabbix-no-Debian-780/
* http://leodamasceno.blogspot.com/2009/07/zabbix-uma-otima-ferramenta.html
* http://leodamasceno.blogspot.com/2009/07/zabbix-uma-otima-ferramenta.html
* http://www.vivaolinux.com.br/artigo/Instalando-o-Zabbix/
* http://www.vivaolinux.com.br/artigo/Instalando-o-Zabbix/
* http://www.zabbix.com/
* http://www.zabbix.com/
[[Categoria:Servidor]]

Edição atual tal como às 19h51min de 13 de março de 2015

echo 'deb http://repo.zabbix.com/zabbix/2.4/debian wheezy main' >> /etc/apt/sources.list
wget http://repo.zabbix.com/zabbix-official-repo.key  -O - | apt-key add -
apt-get update
apt-get install zabbix-agent zabbix-frontend-php zabbix-server-mysql