Details
-
Type:
Incident report
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.12
-
Fix Version/s: 3.0.16rc1, 3.4.8rc1, 4.0.0alpha5, 4.0 (plan)
-
Component/s: Server (S)
-
Labels:
-
Team:Team C
-
Sprint:Sprint 27, Sprint 28, Sprint 30
-
Story Points:1
Description
When using aggregate items that use usermacros to create a new calculated item, the input validation of ZBX-11411 prevents the evaluation of such items:
Using the following configuration:
Marco {$I_AGGR_GROUPNAME}: Routers
Formula: last("grpsum[\"{$I_AGGR_GROUPNAME}\",\"cell.int.usage[monthly]\",last"])/last("CellDataBundleSize")*100
We get the error: "Macro {$I_AGGR_GROUPNAME} value is not numeric"
This is probably true for other items that are using macros as parameters as well.