Just upgraded from Zabbix 4 to Zabbix 7 and we noticed that we are no longer able to specify a port number in the URL for Web Monitoring steps
i.e. we are trying to use this as a URL:
http://{HOST.IP}:{HOST.PORT}
This used to work fine in Zabbix 4 but in Zabbix 7 we get this error:
Code:
URL using bad/illegal format or missing URL
Our use case is that we need to monitor many devices which have an HTTP server running on a non-standard port (i.e. not 443 nor 80)
ort, it is set either directly or as user macro, already containing both name and port... We don't define random ports for "agent" to be used via {HOST.PORT}
Comment