How can i pass Host tag value to email like variable ?
i cannot see this macro in the official list.
Host template config with tags in the appended screenshot
I need an email which includes:
```
{EVENT.NAME}
Informace o zařízení:
Problem started at {EVENT.TIME} on {EVENT.DATE}
Location: {INVENTORY.SITE.CITY} - {INVENTORY.LOCATION}
Host: {HOST.NAME}
IP: {HOST.IP}
Vendor: {INVENTORY.VENDOR}
Host Description: {HOST.DESCRIPTION}
Tag: {EVENT.TAGS.SLA} // SLA is name of the tag in zabbix host
{EVENT.TAGS}
Dohled Altepro
```
Informace o zařízení:
Problem started at 13:41:06 on 2021.07.22
Location: *UNKNOWN* - *UNKNOWN*
Host: ALARM TESTER
IP: 128.0.0.1
Vendor: *UNKNOWN*
Host Description:
Tag: {EVENT.TAGS.SLA} ----- it is not working
Application:Status
And i cannot see macro like HOST.TAGS.<name of the tag>
Can you help ?
Thanks
i cannot see this macro in the official list.
Host template config with tags in the appended screenshot
I need an email which includes:
```
{EVENT.NAME}
Informace o zařízení:
Problem started at {EVENT.TIME} on {EVENT.DATE}
Location: {INVENTORY.SITE.CITY} - {INVENTORY.LOCATION}
Host: {HOST.NAME}
IP: {HOST.IP}
Vendor: {INVENTORY.VENDOR}
Host Description: {HOST.DESCRIPTION}
Tag: {EVENT.TAGS.SLA} // SLA is name of the tag in zabbix host
{EVENT.TAGS}
Dohled Altepro
```
Informace o zařízení:
Problem started at 13:41:06 on 2021.07.22
Location: *UNKNOWN* - *UNKNOWN*
Host: ALARM TESTER
IP: 128.0.0.1
Vendor: *UNKNOWN*
Host Description:
Tag: {EVENT.TAGS.SLA} ----- it is not working
Application:Status
And i cannot see macro like HOST.TAGS.<name of the tag>
Can you help ?
Thanks