Zabbix 7.4 in Almalinux 9
I have an item that return a device name as a string in SNMP.
I have a dependent item that will extract the room name from the device name
I want to create a tag that will have that room name as the value, according to the documention, I should be able to create a tag for the dependent item (i.e. NameOfRoom) with a value of {ITEM.VALUE}. This does not work however.
My dependent item does extract the name of the room from the device name (.i.e Atrium), but then my NameOfRoom tag value shows {ITEM.VALUE} instead of resolving to "Atrium".
Any ideas, are custom tag values limited to certain item classes (i.e. not available to dependent items?)
I have an item that return a device name as a string in SNMP.
I have a dependent item that will extract the room name from the device name
I want to create a tag that will have that room name as the value, according to the documention, I should be able to create a tag for the dependent item (i.e. NameOfRoom) with a value of {ITEM.VALUE}. This does not work however.
My dependent item does extract the name of the room from the device name (.i.e Atrium), but then my NameOfRoom tag value shows {ITEM.VALUE} instead of resolving to "Atrium".
Any ideas, are custom tag values limited to certain item classes (i.e. not available to dependent items?)
Comment