Ad Widget

Collapse

Zabbix 7 Dashboard how to display a tag value for server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Andrew_PT
    Junior Member
    • May 2025
    • 7

    #1

    Zabbix 7 Dashboard how to display a tag value for server

    Hi
    Have a Top Hosts list for all our server that updates some Graphs and Item Value widgets.
    Now we have our patching groups recorded in a Tag against the hosts.
    How can I show the patching Tag value on the Dashboard on Zabbix 7.0.12 please?
    happy to see it in the Topp Hosts or a Item Value widget.
    Thank you and have a good day
    Andrew
  • cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4807

    #2
    All these widgets display item values, not tag values... Tags are added to events... https://www.zabbix.com/documentation...config/tagging

    Comment

    • Andrew_PT
      Junior Member
      • May 2025
      • 7

      #3
      Hi,
      Thank you for the reply.
      I am very new to Zabbix but have a very wide understanding of IT.
      I understand tag are added to events, but I am not trying to deal with events in this dashboard, just reporting details about a server.
      Is there a way to get the Tag information to display?
      In a Host navigator I can group by Tag, but I am trying to provide details (we have patch groups, related application, and other information in the Tag's).
      If this is not possible that is fine I make it a feature request if it is not already.
      Have a good day
      Andrew

      Comment

      • cyber
        Senior Member
        Zabbix Certified SpecialistZabbix Certified Professional
        • Dec 2006
        • 4807

        #4
        There is no widget that can do it. There is not even a widget that would display inventory fields like that (if you would save those values to inventory fields instead).
        Tags are not meant for such thing.. They can be added to events on so many different levels (hosts, items, templates, triggers... )
        You could do some grouping based on inventory in "Inventory" tab, but there is still no way to just visualize host information like you want, not from tags, not from inventory...

        Comment

        • Andrew_PT
          Junior Member
          • May 2025
          • 7

          #5
          Thank you for this information.
          Also sorry for the delay in response.
          This closing this have a good day
          Andrew

          Comment

          • kyus
            Senior Member
            • Feb 2024
            • 172

            #6
            Kinda late for this, but you mentioned you're using Top Hosts widgets. If you somehow manage to keep all your tags in inventory fields you could use it in your widget. For example:
            Add a column with Data = Text and use it to display those inventory fields, like {INVENTORY.TAG}, {INVENTORY.ASSET.TAG}

            Click image for larger version

Name:	image.png
Views:	191
Size:	10.1 KB
ID:	506866

            If you can manage your inventory fields, maybe this would work for your scenario.

            Here's a list of inventory fields built-in macros:

            Comment

            • Andrew_PT
              Junior Member
              • May 2025
              • 7

              #7
              That is great, thank you.
              just an FYI the tag has to be Upper case to work here and I had all but one as lower case.
              Have a good day

              Comment

              Working...