Configurar um Media Types E-mail
Associar Media Types E-mail com o usuário que ira gerar relatórios
Configurar no /etc/zabbix/zabbix_server.conf
AllowedIP=LAN_LOCAL/24
StartReportWriters=3
WebServiceURL=http://localhost:10053/report
Ou no Container
WEB SERVICE
-e ZBX_ALLOWEDIP="LAN_LOCAL,LAN_CONTAINER" \ <- Caso informe falha de resolução é falta da LAN ou IP
--cap-add=SYS_ADMIN \
SERVER
-e ZBX_STARTREPORTWRITERS="3" \
-e ZBX_WEBSERVICEURL="http://$IPEXTZBX:10053/report" \
Reiniciar o servidor Zabbix
Acesse Administration > General > Other parameters, e especifique a URL do Web Frontend Zabbix.
Pode ser usado http://<IP>:<Porta>
Link: 1 /
Acesse Reports > Scheduled reports e crie um report e realize teste para validar o funcionamento