Ive seen this reported a few times, and applied the "solutions" but nothing is working.
I need some clarification:
I am setting the "Frontend URL" to the URL I use when I access the frontend. Something like "https://zabbix.mycompany.com/zabbix". It is using a valid HTTPS cert.
I have set the "WebServiceURL" in /etc/zabbix/zabbix_server.conf as follows:
If I curl localhost:10053, I get a
netstat -ntlp shows that I am listening on the required port, but only on IPv6:
I have installed chromium and it is available in the path at /usr/bin/chromium
What am I missing? Is it the IPv4 issue? How can I get zabbix-web-service listening on IPv4 as well?
I need some clarification:
I am setting the "Frontend URL" to the URL I use when I access the frontend. Something like "https://zabbix.mycompany.com/zabbix". It is using a valid HTTPS cert.
I have set the "WebServiceURL" in /etc/zabbix/zabbix_server.conf as follows:
Code:
WebServiceURL=http://localhost:10053/report
Code:
{"detail":"Method is not supported."}
Code:
netstat -ntlp | grep 10053 tcp6 0 0 :::10053 :::* LISTEN 1907970/zabbix_web_
I have installed chromium and it is available in the path at /usr/bin/chromium
What am I missing? Is it the IPv4 issue? How can I get zabbix-web-service listening on IPv4 as well?
Comment