I would like to include a host group information in the message when Zabbix sends out an alert. Is it possible to do with a macros? Which one should I use?
Currently in the message I have:
{TRIGGER.NAME}
Notification Type: {TRIGGER.STATUS}
Host: {HOSTNAME}
Host Group:??????
Address: {IPADDRESS}
Event Time: {EVENT.TIME}
Value: {{HOSTNAME}:{TRIGGER.KEY}.last(0)}
Thanks for help!
Currently in the message I have:
{TRIGGER.NAME}
Notification Type: {TRIGGER.STATUS}
Host: {HOSTNAME}
Host Group:??????
Address: {IPADDRESS}
Event Time: {EVENT.TIME}
Value: {{HOSTNAME}:{TRIGGER.KEY}.last(0)}
Thanks for help!
Comment