-
Problem report
-
Resolution: Unresolved
-
Trivial
-
7.0.6rc1, 7.2.0beta1
-
S24-W44/45, S24-W46/47, S24-W48/49
-
1
Steps to reproduce:
- Create Zabbix trapper item with key: trap, data type = character
- Create trigger for the item, with expression: last(/host/trap)<>0
- Use macro function in event name and OP data for the trigger:
{{ITEM.VALUE}.regrepl("([^a-z])","\\\1")}
- Send value
{ITEM.VALUE} = TEST 012345
- See event details
Result:
Event name (resolved by server): \T\E\S\T\ \0\1\2\3\4\5
OP data (resolved by frontend): \T\E\S\T\ \0\1
Expected:
Frontend should resolve macro function same as sever
- caused by
-
ZBXNEXT-9208 New macro functions, web scenario improvements
- Closed
- mentioned in
-
Page Loading...