hello, fairely new to zabbix, using it to monitor my workplace infra, everything works fine. now I want to start generating reports. although i followed everything as it is on the doc i still get this error
did anyone have this problem and is there a solution? normally it should work because everything is on the same VM!!
Code:
Report generating test failed. Cannot connect to web service: couldn't connect to server
- zabbix server (6.0 LTS), the database (mysql) and the web gui are all installed on the same VM on centos 8 stream without gui
- I access, manage and administrate from my computer through ssh to the server and access the web gui through https://server_ip/zabbix
- all traffic needed is allowed on firewall
- I installed google-chrome-stable and the zabbix-web-service and configured it as it says (http://server_ip:10053/report)
- on zabbix gui I added the Frontend URL https://server_ip/zabbix
- from the server I tried curl -v http://server-ip:10053/report and i got
Code:
* Trying ip@...
* TCP_NODELAY set
* Connected to ip@ (ip@) port 10053 (#0)
GET /report HTTP/1.1
Host: ip@:10053
User-Agent: curl/7.61.1
Accept: */*
HTTP/1.1 405 Method Not Allowed
Content-Type: application/problem+json
X-Content-Type-Options: nosniff
Date: Tue, 07 Feb 2023 14:35:16 GMT
Content-Length: 38
{"detail":"Method is not supported."}
* Connection #0 to host ip@ left intact
Comment