I am using web scenario to monitor my websites.
I created a step with a url https://{HOST.DNS}, and it worked fine.
But I also have lots of websites with non standard port, so I changed my web scenario with
URL: https://{HOST.DNS}:{HOST.PORT}, but it didn't work.
I saw in zabbix log that only the first macro {HOST.DNS} was resoved.
I created a step with a url https://{HOST.DNS}, and it worked fine.
But I also have lots of websites with non standard port, so I changed my web scenario with
URL: https://{HOST.DNS}:{HOST.PORT}, but it didn't work.
I saw in zabbix log that only the first macro {HOST.DNS} was resoved.
Comment