Hi
Could you confirm if you can use trigger tag values in Trigger Action messages?
For example if I had a tag named TEST with a value of NEW in the message below
Problem started at {EVENT.TIME} on {EVENT.DATE}
Problem name: {TRIGGER.NAME}
Host: {HOST.NAME}
Severity: {TRIGGER.SEVERITY}
Tag Value: {EVENT.TAG.TEST}
Original problem ID: {EVENT.ID}
{TRIGGER.URL}
That would give me a line that said
...
Tag Value: NEW
...
This isn't supported in the version of Zabbix we currently have (3.4) but I was hoping looking at the documentation that it was supported in V5.
Thanks in advance
James
Could you confirm if you can use trigger tag values in Trigger Action messages?
For example if I had a tag named TEST with a value of NEW in the message below
Problem started at {EVENT.TIME} on {EVENT.DATE}
Problem name: {TRIGGER.NAME}
Host: {HOST.NAME}
Severity: {TRIGGER.SEVERITY}
Tag Value: {EVENT.TAG.TEST}
Original problem ID: {EVENT.ID}
{TRIGGER.URL}
That would give me a line that said
...
Tag Value: NEW
...
This isn't supported in the version of Zabbix we currently have (3.4) but I was hoping looking at the documentation that it was supported in V5.
Thanks in advance
James
Comment