-
Incident report
-
Resolution: Fixed
-
Trivial
-
None
-
6.4.0
-
0.1
after upgrading from 6.2 to 6.4 the template "Windows by Zabbix agent active" is missing the definition for
{#FSLABEL}LLD macro.
After checking the template, it is confirmed (Lines 1715-1724): https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/os/windows_agent_active/template_os_windows_agent_active.yaml?at=refs%2Fheads%2Frelease%2F6.4
There should be another entry like this:
lld_macro: '{#FSLABEL}'
path: $.fslabel
after manually adding the macro definition, everything works without issues.