Instale el módulo de reportes en mi servidor Zabbix 7.4 pero me está apareciendo el mensaje de error “Cannot accept incoming connection for peer: 192.168.158.14”
Para instalar el modulo de reportes en mi servidor Oracle Linux segui este procedimiento:
….
dnf install zabbix-web-service -y
cd /tmp
wget https://dl.google.com/linux/direct/g...ent_x86_64.rpm
dnf localinstall google-chrome-stable_current_x86_64.rpm -y
nano /etc/zabbix/zabbix_server.conf
WebServiceURL=http://localhost:10053/report
StartReportWriters=3
systemctl restart zabbix-server.service
systemctl enable zabbix-web-service.service --now
In the Frontend URL field, enter the full URL used to access Zabbix (e.g., http://your-server-ip/zabbix).
…
Adjunto mi archivo de configuración, les agradezco su ayuda
Para instalar el modulo de reportes en mi servidor Oracle Linux segui este procedimiento:
….
dnf install zabbix-web-service -y
cd /tmp
wget https://dl.google.com/linux/direct/g...ent_x86_64.rpm
dnf localinstall google-chrome-stable_current_x86_64.rpm -y
nano /etc/zabbix/zabbix_server.conf
WebServiceURL=http://localhost:10053/report
StartReportWriters=3
systemctl restart zabbix-server.service
systemctl enable zabbix-web-service.service --now
In the Frontend URL field, enter the full URL used to access Zabbix (e.g., http://your-server-ip/zabbix).
…
Adjunto mi archivo de configuración, les agradezco su ayuda