-
Incident report
-
Resolution: Fixed
-
Minor
-
2.2.12, 3.0.2, 3.2.0alpha1
Taken from ZBX-10681.1
Suppose we have the following item prototype:
item[{#VALUE}]
If the value of the LLD macro is " value ", the following item is created:
item[ value ]
However, this is wrong, because the leading space will be trimmed when parsing key parameters. To keep the spaces this parameters should have been quoted: item[" value "]