Ad Widget

Collapse

TAGS Host.tag.name missing or unsupported

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sweedcorn
    Junior Member
    • Jul 2021
    • 13

    #1

    TAGS Host.tag.name missing or unsupported

    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
    Attached Files
    Last edited by sweedcorn; 22-07-2021, 14:08.
Working...