Hi,
Do you have any resolution this subjected error. I have followed process but still have same error message.
We need to enable report writer in server config. In /etc/zabbix/zabbix_server.conf change the value of StartReportWriters to at least 1, then restart the server.
sudo nano /etc/zabbix/zabbix_server.conf
We also need to set WebServiceURL parameter in zabbix_server.conf. The URL should be in format <host>:<port>/report. Default port is 10053.
WebServiceURL=http://localhost:10053/report
/report path is mandatory and hardcoded, and so can not be changed.
Next, Frontend URL parameter must be set. Go to Administration → General → Other parameters, and specify the full URL of the Zabbix web interface in the Frontend URL parameter.
Do you have any resolution this subjected error. I have followed process but still have same error message.
We need to enable report writer in server config. In /etc/zabbix/zabbix_server.conf change the value of StartReportWriters to at least 1, then restart the server.
sudo nano /etc/zabbix/zabbix_server.conf
We also need to set WebServiceURL parameter in zabbix_server.conf. The URL should be in format <host>:<port>/report. Default port is 10053.
WebServiceURL=http://localhost:10053/report
/report path is mandatory and hardcoded, and so can not be changed.
Next, Frontend URL parameter must be set. Go to Administration → General → Other parameters, and specify the full URL of the Zabbix web interface in the Frontend URL parameter.
Comment