Greetings Zabbix Community
I'm curious if it is possible to embed graphs in trigger based notifications " Actions -> Triggers ". For example and forgive the likely incorrect referencing of the graph if there is a method to do this at all. This would be an incredibly quick and handy way for my support department to determine frequency of the alert.
Thanks for reading
Customer Name: {$CUST_NAME}
Customer Location: {$CUST_LOCATION}
Customer ISP: {$CUST_ISP}
Customer VPN Name: {HOST.NAME}
Customer TT Account: {$CUST_TT}
Trigger: ICMP, SSH, Zabbix Agent
Trigger: {TRIGGER.NAME}
Trigger status: {TRIGGER.STATUS}
Trigger severity: {TRIGGER.SEVERITY}
Trigger URL: <link to wiki article to troubleshoot>
Item values:
1. {ITEM.NAME1} ({HOST.NAME1}:{ITEM.KEY1}): {ITEM.VALUE1}
2. {ITEM.NAME2} ({HOST.NAME2}:{ITEM.KEY2}): {ITEM.VALUE2}
3. {ITEM.NAME3} ({HOST.NAME3}:{ITEM.KEY3}): {ITEM.VALUE3}
Smokeping for the last 24 hours
{host}:{template Smokeping}:{graph:something blah}
Original event ID: {EVENT.ID}
I'm curious if it is possible to embed graphs in trigger based notifications " Actions -> Triggers ". For example and forgive the likely incorrect referencing of the graph if there is a method to do this at all. This would be an incredibly quick and handy way for my support department to determine frequency of the alert.
Thanks for reading
Customer Name: {$CUST_NAME}
Customer Location: {$CUST_LOCATION}
Customer ISP: {$CUST_ISP}
Customer VPN Name: {HOST.NAME}
Customer TT Account: {$CUST_TT}
Trigger: ICMP, SSH, Zabbix Agent
Trigger: {TRIGGER.NAME}
Trigger status: {TRIGGER.STATUS}
Trigger severity: {TRIGGER.SEVERITY}
Trigger URL: <link to wiki article to troubleshoot>
Item values:
1. {ITEM.NAME1} ({HOST.NAME1}:{ITEM.KEY1}): {ITEM.VALUE1}
2. {ITEM.NAME2} ({HOST.NAME2}:{ITEM.KEY2}): {ITEM.VALUE2}
3. {ITEM.NAME3} ({HOST.NAME3}:{ITEM.KEY3}): {ITEM.VALUE3}
Smokeping for the last 24 hours
{host}:{template Smokeping}:{graph:something blah}
Original event ID: {EVENT.ID}
Comment