Details
-
Problem report
-
Status: Confirmed
-
Major
-
Resolution: Unresolved
-
6.0.12, 6.2.6
-
None
-
None
-
RHEL 8.7
Zabbix 6.0.12 from official repo
Description
Steps to reproduce:
https://www.zabbix.com/documentation/6.0/en/manual/appendix/macros/supported_by_location
HTTP agent type item, item prototype and discovery rule fields: URL, Query fields, Request body, Headers, Proxy, SSL certificate file, SSL key file, Allowed hosts.
Create HTTP Agent with Proxy field populated like:
http://{HOST.IP}:8080
Result:
- Manual test works.
- Server side checks ends up with: Cannot perform request: Could not resolve proxy:
{HOST.IP}
.
Expected:
Server or Proxy is able to resolve internal macro as described in the documentation and perform HTTP agent check.