Hi guys! im newbie with zabbix and i have a little question..
Now im getting interface speed of device via SNMP with an associated trigger that alerts me when value changes. At the moment all is good, but i need to show in trigger name/caption what value was before change.
For example, if interface speed changes, im get an alarm that says "Ethernet speed of interface was changed to XXX Mbps"
I want know how can i show previous value before the trigger acts, for example "Ethernet speed of interface was changed from 1Gbps to 100 Mbps"
This is my trigger configuration:
Name: Ethernet speed of interface was changed to ({ITEM.LASTVALUE})
Expression: {templateX:ethernetSpeed.diff()}=1
Thanks!!
Now im getting interface speed of device via SNMP with an associated trigger that alerts me when value changes. At the moment all is good, but i need to show in trigger name/caption what value was before change.
For example, if interface speed changes, im get an alarm that says "Ethernet speed of interface was changed to XXX Mbps"
I want know how can i show previous value before the trigger acts, for example "Ethernet speed of interface was changed from 1Gbps to 100 Mbps"
This is my trigger configuration:
Name: Ethernet speed of interface was changed to ({ITEM.LASTVALUE})
Expression: {templateX:ethernetSpeed.diff()}=1
Thanks!!


Comment