Hi there,
Trying to get scheduled reporting working and hoping someone can point me in the right direction!
I've followed https://assets.zabbix.com/files/work...ith_Zabbix.pdf apart from because I'm running nginx my front end is just http://x.x.x.x not http://x.x.x.x/zabbix
I uncommented / edited the following lines:
zabbix_server.conf
StartReportWriters=3
WebServiceURL=http://localhost:10053/report
zabbix_web_service.conf
ListenPort=10053
IgnoreURLCertErrors=1
logfile=/var/log/zabbix/zabbix_web_service.log
My report has 'info' error beside it: 'Cannot connect to web service: couldn't connect to server'
When i open the report and test i get 'No media configured for the report recipients'
The recipients do have media configured and are receiving emails from trigger actions and tests
zabbix-web-service.service shows active (running) and tail /var/log/zabbix/zabbix_web_service.log doesnt show anything other than the service starting.
Any ideas what to try?
Trying to get scheduled reporting working and hoping someone can point me in the right direction!

I've followed https://assets.zabbix.com/files/work...ith_Zabbix.pdf apart from because I'm running nginx my front end is just http://x.x.x.x not http://x.x.x.x/zabbix
I uncommented / edited the following lines:
zabbix_server.conf
StartReportWriters=3
WebServiceURL=http://localhost:10053/report
zabbix_web_service.conf
ListenPort=10053
IgnoreURLCertErrors=1
logfile=/var/log/zabbix/zabbix_web_service.log
My report has 'info' error beside it: 'Cannot connect to web service: couldn't connect to server'
When i open the report and test i get 'No media configured for the report recipients'
The recipients do have media configured and are receiving emails from trigger actions and tests
zabbix-web-service.service shows active (running) and tail /var/log/zabbix/zabbix_web_service.log doesnt show anything other than the service starting.
Any ideas what to try?
Comment