Hi,
I was just debugging why substitute_simple_macros did not return correct value for macaddress {PROFILE.MACADDRESS} . I found mistake in src/zabbix_server/expression.c where is incorrect type for select. There is %d in select and not right ZBX_FS_UI64 . Maybe there are more mistakes in macros evaluation.. But when I changed this one select to right type, it works for me.
with regards,
Lukas
I was just debugging why substitute_simple_macros did not return correct value for macaddress {PROFILE.MACADDRESS} . I found mistake in src/zabbix_server/expression.c where is incorrect type for select. There is %d in select and not right ZBX_FS_UI64 . Maybe there are more mistakes in macros evaluation.. But when I changed this one select to right type, it works for me.
with regards,
Lukas
Comment