1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
https://www.zabbix.com/documentation/6.0/en/manual/concepts/web_service
https://www.zabbix.com/documentation/6.0/en/manual/appendix/install/web_service?hl=report%2Cgeneration
## Zabbix Server
In Zabbix Server configuration, set the following:
WebServiceURL=http://localhost:10053/report
Enable at least one Report Writer:
StartReportWriters=3
## Zabbix frontend
A Frontend URL parameter should be set to enable communication between
Zabbix frontend and Zabbix web service:
* Proceed to the Administration → General → Other parameters frontend
menu section
* Specify the full URL of the Zabbix web interface in the Frontend URL
parameter.
|