Este vídeo mostra como instalar o Zabbix 4.0 no Debian 9
##Comando usados abaixo.
apt update
wget https://repo.zabbix.com/zabbix/4.0/de...
dpkg -i zabbix-release_4.0-2+stretch_all.deb
apt update
apt install zabbix-server-mysql zabbix-frontend-php zabbix-agent
Deixa o MariaDB com senha
USE mysql;
UPDATE user SET password=PASSWORD('zabbix') WHERE User='root';
UPDATE user SET plugin="mysql_native_password";
FLUSH PRIVILEGES;
quit;
Criar base de dados
create database zabbix character set utf8 collate utf8_bin;
grant all privileges on zabbix.* to zabbix@localhost identified by 'zabbix';
quit;
zcat /usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql -uzabbix -p zabbix
Arquivos de configurações a ser alterado
vim /etc/zabbix/zabbix_server.conf
vim /etc/apache2/conf-enabled/zabbix.conf
Watch video Zabbix 4.0 Debian 9 - Parte 1 online without registration, duration hours minute second in high quality. This video was added by user Lucas Domingos 20 March 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,52 once and liked it 3 people.