Ad Widget

Collapse

7.4 - Help with widget

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tme
    Junior Member
    • Sep 2023
    • 4

    #1

    7.4 - Help with widget

    Hi!

    I came across this blog post that shows a dashboard with sparkline charts.
    Here’s the screenshot:
    Click image for larger version

Name:	Sparkline_3.png
Views:	64
Size:	453.7 KB
ID:	507458

    I’d like to recreate the top-right widget labeled “Container traffic”, but I can’t figure out how it was made.

    I'm using Zabbix 7.4 and I already have containers monitored, so I expected it to be straightforward, but I can’t seem to replicate it.

    Has anyone built something similar, or know the exact widget type/configuration behind it?

    Thanks in advance!
  • Answer selected by tme at 23-09-2025, 13:57.
    tme
    Junior Member
    • Sep 2023
    • 4

    I figured it out. Yes, it's most likely the top hosts widget.

    The problem was that I used the default Docker template, which creates items for each container. I followed this guide, which shows how to modify the discovery so that each container is created as a separate hosts.

    Comment

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

      #2
      Top hosts widget probably, sorted by container name and item values represented as sparkline chart?

      Comment

      • tme
        Junior Member
        • Sep 2023
        • 4

        #3
        I figured it out. Yes, it's most likely the top hosts widget.

        The problem was that I used the default Docker template, which creates items for each container. I followed this guide, which shows how to modify the discovery so that each container is created as a separate hosts.

        Comment

        Working...