installed the reporting module on my Zabbix 7.4 server but I am getting the error message “Cannot accept incoming connection for peer: 192.168.158.14”
To install the reporting module on my Oracle Linux server I followed this procedure:
….
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).
I thank you in advance for any suggestions or help.
To install the reporting module on my Oracle Linux server I followed this procedure:
….
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).
I thank you in advance for any suggestions or help.