I'm looking for a list of options for use with actions. Some that I'm aware of are:
{HOSTNAME}
{TRIGGER.NAME}
{TRIGGER.SEVERITY}
{ITEM.LASTVALUE}
{ITEM.NAME}
The reason is that I'd like to get the info of item previous value not last value. So if changes I'd like to be able to see what it was via the action and then also see what it is now with item.lastvalue. So I think I'm looking for something like item.prevvalue. Does this exist?
{HOSTNAME}
{TRIGGER.NAME}
{TRIGGER.SEVERITY}
{ITEM.LASTVALUE}
{ITEM.NAME}
The reason is that I'd like to get the info of item previous value not last value. So if changes I'd like to be able to see what it was via the action and then also see what it is now with item.lastvalue. So I think I'm looking for something like item.prevvalue. Does this exist?
Comment