-
Incident report
-
Resolution: Duplicate
-
Minor
-
None
-
2.2.16rc1, 3.0.6rc1, 3.2.2rc1, 3.4.0alpha1
Frontend always includes sign of the constant, server always drops it. Frontend treats supported suffixes correctly, server doesn't.
Trigger expression:
1+0*({references:dummy.last()}=-1.23G + {$NUMBER})
Trigger name:
reference test one '$1' two '$2' three '$3' four '$4' five '$5'
Macros:
{$NUMBER} => -456.78w
What I see in Monitoring->Triggers/Problems:
reference test one '1' two '+0' three '-1.23G' four '-456.78w' five ''
What I see in notifications:
reference test one '1' two '0' three '1.23G' four '456.78' five ''
P.S. Discovered in trunk, affected versions filled up based on svn ann and revision numbers.
- duplicates
-
ZBX-11470 function expand_trigger_description_constants() performs unnecessary allocations
- Closed