-
Type:
Problem report
-
Resolution: Duplicate
-
Priority:
Trivial
-
None
-
Affects Version/s: 4.0.0alpha6
-
Component/s: Server (S)
Steps to reproduce:
Consider the following case1:
- I create a trapper item.
- I set preprocessing with single multiplication step. Multiplier is set to {$MULTIPLIER}.
- I didn't define a value for this macro.
Now I always get zeroes for a value as {$MULTIPLIER} resolves to empty string and empty string is considered to be 0.
Consider the following case2:
- I create a trapper item.
- I set preprocessing with single multiplication step. Multiplier is set to {$MULTIPLIER}.
- I define a value for this macro as 10X.
Now I always get 10 for a value as {$MULTIPLIER} resolves to 10, although this is not a number.
Expected:
The Item should become unsupported with information about error reason
- part of
-
ZBXNEXT-4163 Using LLD macros on item preprocessing
-
- Closed
-