PDA

View Full Version : Actual value


getUP
07-01-2008, 18:59
Is it possible to get the actual value of a trigger in an action without being as specific as

Processor load is: {zabbix.zabbix.com:system.cpu.load[,avg1].last(0)}

I'd like to have both the item name and current value within the action sent to the technicians.

qix
08-01-2008, 13:17
Have a look at the list with macros on page 80 of the manual.

{ITEM.LASTVALUE} might just be what you are looking for.

getUP
10-01-2008, 22:20
Thanks for the tip.

That probably won't convert to a value as shown in the monitoring overview I guess, right? Would that be possible?