In my discovery rule I create to items
1 containing a numeric value
1 containing a string value
In my trigger prototype I use the numeric to create expression.
And this works fine for creating and resolving of the problems.
However I would like to have the item value of the item with key:
I tried:
and
In the Operational data field but both don't seem to work? The {ITEM.VALUE} works just fine.
Zabbix 6.4.13
1 containing a numeric value
1 containing a string value
In my trigger prototype I use the numeric to create expression.
Code:
last(/templatename/component.[{#NAME}],#2)=1
However I would like to have the item value of the item with key:
I tried:
Code:
{?last(/templatename/component.description.[{#NAME}])}
Code:
{?last(//component.description.[{#NAME}])}
Zabbix 6.4.13
Comment