[Zabbix4.2 Learning Notes] 5. Data collection-HTTP agent
HTTP agent is the request of http/https to obtain monitoring data.
It is mainly used to monitor the business and interface responsiveness of HTTP.
Data collection process:
Zabbix server/proxy sends a HTTP/HTTPS request. After receiving the request, the monitored end responds to the data. After receiving the response data, zabbix processes it and stores it in the database.
Zabbix-server side configuration
Zabbix server is required to support curl.
Restart zabbix-server to view logs
Systemctl restart zabbix-servervim / var/log/zabbix/zabbix_server.log
Web monitoring is followed by yes that supports curl.
Create a monitoring item that accesses zabbix api
Link https://www.zabbix.com/documentation/4.2/manual/api/reference/apiinfo/version
Add complete, view the latest data
× × learning