Containers | Criando um infraestrutura de monitoramento de rede com Docker

Published: 19 June 2024
on channel: NOTO TI
383
32

Ajude-nos a Criar Conteúdo Relevante para Você!
Responda a nossa pesquisa
https://forms.gle/iVmfGUdNTTqG1wND6

Container separados

docker run --name mysql-server -t \
-e MYSQL_DATABASE="zabbix" \
-e MYSQL_USER="zabbix" \
-e MYSQL_PASSWORD="zabbix" \
-e MYSQL_ROOT_PASSWORD="zabbix" \
-d mysql:8.3 \
--character-set-server=utf8 --collation-server=utf8_bin

docker run --name zabbix-server-mysql -t \
-e DB_SERVER_HOST="mysql-server" \
-e MYSQL_DATABASE="zabbix" \
-e MYSQL_USER="zabbix" \
-e MYSQL_PASSWORD="zabbix" \
-e MYSQL_ROOT_PASSWORD="zabbix" \
--link mysql-server:mysql \
-p 10051:10051 \
-d zabbix/zabbix-server-mysql:latest

docker run --name zabbix-web-apache-mysql -t \
-e ZBX_SERVER_HOST="zabbix-server-mysql" \
-e DB_SERVER_HOST="mysql-server" \
-e MYSQL_DATABASE="zabbix" \
-e MYSQL_USER="zabbix" \
-e MYSQL_PASSWORD="zabbix" \
-e MYSQL_ROOT_PASSWORD="zabbix" \
-e PHP_TZ="America/Sao_Paulo" \
--link mysql-server:mysql \
--link zabbix-server-mysql:zabbix-server \
-p 80:8080 \
-d zabbix/zabbix-web-apache-mysql:latest

Comece no monitoramento de rede pelo Combo Start

👉 https://nototidigital.com.br/combo-start

Link para conhecer o método:
https://nototi.com.br/metodo-m6vx2

Link do curso Método M6V
https://nototi.com.br/curso-m6v

NotoTiPlay - Treinamentos
https://nototi.com.br/nototiplay

Entre no nosso canal do Telegram:
https://t.me/+-El53qBJIbdlODIx

Referências:
https://www.zabbix.com/container_images

🌐Mais informações:

Evandro Zipf
NOTO TI
[email protected]
https://nototidigital.com.br


Watch video Containers | Criando um infraestrutura de monitoramento de rede com Docker online without registration, duration hours minute second in high quality. This video was added by user NOTO TI 19 June 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 383 once and liked it 32 people.