Zabbix 6.2
In a template, I have a user macro for Web scenarios that I monitor.
I've added this macro to the scenario name, step name and step URL.

Now, Zabbix is collecting data correctly with this macro.
However, at host level, Latest Data shows the Web Scenario items with the macro name instead of its value. The same for the step name.
Only the web item keys are showing the actual macro value.

I was under the impression that this macro would be substituted at the host level, but it was not.
Any tips on that?
In a template, I have a user macro for Web scenarios that I monitor.
Code:
{$WEB_SERVICE} = HTTP or HTTPS
Now, Zabbix is collecting data correctly with this macro.
However, at host level, Latest Data shows the Web Scenario items with the macro name instead of its value. The same for the step name.
Only the web item keys are showing the actual macro value.
I was under the impression that this macro would be substituted at the host level, but it was not.
Any tips on that?
Comment