-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: 2.2.12, 3.0.2, 3.2.0alpha1
-
Component/s: Server (S)
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 "]