I have set up the zabbix server and web service, both seem to be working fine. I am receiving the report in my email box with a PDF attached but the PDF is either blank or a 404 page. In my zabbix_server.conf I have the following:
If I curl the service on the server I get:
So it looks like the service is running, the problem seems to be with the Frontend URL. I have set this to various settings including:
All I get is a blank PDF or one with a 404 page, this really has me stumped, I have literally searched all 86 results on google for 'front end URL zabbix' and various other terms, I can find nothing.
I hope someone can help, thanks.
Code:
WebServiceURL=http://localhost:10053/report
Code:
curl http://localhost:10053/report
{"detail":"Method is not supported."}
Code:
http://localhost http://localhost:10050 http://localhost/report http://localhost:10050/report https://subdomain.domain.com # With my real domain https://subdomain.domain.com:10050 https://subdomain.domain.com/report https://subdomain.domain.com:10050/report
I hope someone can help, thanks.

Comment