What am I doing wrong?
Action on condition severity I do get the email with correct subject (simply using {TRIGGER.NAME}: {STATUS} for subject ...but for the message body this is what I am getting.......
3 different set ups (in the "configuration of actions"):
{TRIGGER.NAME}: {STATUS} : {HOSTNAME} : {TRIGGER.KEY}.last(0)
returns in email message body ->
fsproc web response time: ON : Zabbix_Server : geaifspoc_http_response.last(0)
{TRIGGER.NAME}: {STATUS} : {HOSTNAME} : {{TRIGGER.KEY}.last(0)}
returns in email message body ->
fsproc web response time: ON : Zabbix_Server :
{TRIGGER.NAME}: {STATUS} : {{HOSTNAME} : {TRIGGER.KEY}.last(0)}
returns in email message body ->
fsproc web response time: ON :
I am running 1.1 (no 1.1.1 or 1.1.2 with expression.c fix) just 1.1
The closest I get is the NAME of the ITEM but NOT the Value.
Thanks for any help..
Action on condition severity I do get the email with correct subject (simply using {TRIGGER.NAME}: {STATUS} for subject ...but for the message body this is what I am getting.......
3 different set ups (in the "configuration of actions"):
{TRIGGER.NAME}: {STATUS} : {HOSTNAME} : {TRIGGER.KEY}.last(0)
returns in email message body ->
fsproc web response time: ON : Zabbix_Server : geaifspoc_http_response.last(0)
{TRIGGER.NAME}: {STATUS} : {HOSTNAME} : {{TRIGGER.KEY}.last(0)}
returns in email message body ->
fsproc web response time: ON : Zabbix_Server :
{TRIGGER.NAME}: {STATUS} : {{HOSTNAME} : {TRIGGER.KEY}.last(0)}
returns in email message body ->
fsproc web response time: ON :
I am running 1.1 (no 1.1.1 or 1.1.2 with expression.c fix) just 1.1
The closest I get is the NAME of the ITEM but NOT the Value.
Thanks for any help..
Comment