Ad Widget

Collapse

Using Item as Tag

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neorejdv76
    Junior Member
    • Nov 2021
    • 15

    #1

    Using Item as Tag

    HI,

    First post here

    I am struggeling with the following.

    on a host i am read out the contents of a file. This file gives back a word.
    Now i would like to use this item as the value of a TAG.

    I have tried to use a macro for it and then use the macro as value for the tag but that does not work.

    Is this even possbile to get a item as a tag?

    Any help will be apprciated.
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4807

    #2
    You can use items value as a tag name/value in trigger config. Point is to use that item in trigger expression...

    https://www.zabbix.com/documentation...ed_by_location
    {ITEM.VALUE<1-9>} → Trigger-based notifications and commands
    → Problem update notifications and commands
    → Trigger names, operational data and descriptions
    Tag names and values
    → Trigger URLs7

    Comment

    Working...