mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 07:52:19 +00:00
Since the removal of `CurlHttpRequest` in Rabbix 6.2, the old script for setting up the Zabbix integration no longer works. https://www.zabbix.com/documentation/6.2/en/manual/installation/upgrade_notes_620?hl=CurlHttpRequest#curlhttprequest-removed This updates the documentation to use `HttpRequest` instead and keep it up-to-date with the latest Zabbix server. We raise the minimum supported version from 5.2 to 5.4 because `HttpRequest` was introduced in 5.4. Signed-off-by: Zixuan James Li <p359101898@gmail.com>