[Curso Zabbix] - Aula 3 - Instalação Zabbix 4.2 Debian 10

Published: 10 September 2019
on channel: Willian Oliveira
3k
57

Link para vídeo da gravação do terminal (recomendo ver essa gravação ouvindo o vídeo do YouTube)



=== Passos do Tutorial===

Baixar a versão mais recente do Zabbix em:



Instalação no Debian, é só escolher o .deb da sua versão em:



A URL completa para minha versão é:



Vá no seu Debian e baixe o pacote:

wget

dpkg -i zabbix.*.deb

Atualize o sistema:

apt update
apt upgrade

Instale alguns pacotes antes:

apt install -y tcpdump vim nano

Instale os pacotes do Zabbix:

apt install -y zabbix-server-mysql zabbix-frontend-php zabbix-agent

Configuração do MySQL:

mysql_secure_installation

Entrar no MySQL:

mysql -u root -p

CREATE DATABASE zabbix;
GRANT ALL PRIVILEGES ON zabbix.* TO zabbix IDENTIFIED BY '123456';
FLUSH PRIVILEGES;
EXIT;

Importação das tabelas e dados padrões:

zcat /usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql -uroot -p zabbix

Editar as configurações do Zabbix Server:

vim /etc/zabbix/zabbix_server.conf

Editar as configurações do HTTP do Zabbix:

vim /etc/apache2/conf-enabled/zabbix.conf

Mudar a linha date.timezone para America/Sao_Paulo

Habilitar e reiniciar os serviços:

systemctl enable apache2
systemctl enable zabbix-server
systemctl enable zabbix-agent

systemctl restart apache2
systemctl restart zabbix-server
systemctl restart zabbix-agent

Para instalar locates:

dpkg-reconfigure locales

=====

Dúvidas, sugestões ou reclamações é só falar em:

E-mail: willian.o.jesus


Watch video [Curso Zabbix] - Aula 3 - Instalação Zabbix 4.2 Debian 10 online without registration, duration 23 minute 42 second in high hd quality. This video was added by user Willian Oliveira 10 September 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3 thousand once and liked it 5 people.