-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.10, 6.2.3, 6.4.0beta2
-
None
-
Sprint 94 (Nov 2022), Sprint 95 (Dec 2022)
-
0.5
If expression macro holds functions with {HOST.HOST} macro (or its indexed version) then value of the first item will be used for all of them.
Steps to reproduce:
- Create two items on a single host: system.uptime and system.cpu.util
- Create trigger and action for that trigger with custom message:
Uptime: {?last(/{HOST.HOST}/system.uptime)} CPU usage: {?last(/{HOST.HOST}/system.cpu.util)}
- Fire a trigger
Result:
Uptime: 10712 CPU usage: 10712
Expected:
Uptime: 10712 CPU usage: 11.154913
Caused by ZBX-21266