Ad Widget

Collapse

creating widget - interface traffic

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VladJack
    Junior Member
    • Feb 2025
    • 8

    #1

    creating widget - interface traffic

    Hi,
    creating widget with some data from linux machines, however snmp data in zabbix contains interface alias and it it different for servers we have, examples:
    Interface eth1(External): Bits sent
    Interface eth1(Internal): Bits sent
    Interface eth1(dmz): Bits sent

    How in widget we can skip interface alias and display data from all servers eth0 interface?
    something like:
    Interface eth1(*wildcard*): Bits sent

    Thank you
  • kyus
    Senior Member
    • Feb 2024
    • 171

    #2
    Interface eth1* Bits sent

    Comment

    • VladJack
      Junior Member
      • Feb 2025
      • 8

      #3
      Originally posted by kyus
      Interface eth1* Bits sent
      Have already tried this, doesn't works
      Click image for larger version

Name:	image.png
Views:	70
Size:	16.4 KB
ID:	498684

      Comment

      • Brambo
        Senior Member
        • Jul 2023
        • 245

        #4
        Then u probably use the wrong widget
        Click image for larger version

Name:	image.png
Views:	79
Size:	75.9 KB
ID:	498690
        My host names are link: productname node 1, productname node 2 that is why I have * around the word node, to give sent and receive a different color you can do it link in the right part of the screenshot.

        Comment

        • VladJack
          Junior Member
          • Feb 2025
          • 8

          #5
          Want to use "Top hosts" widget, want include network traffic data in columns:
          Click image for larger version

Name:	image.png
Views:	80
Size:	59.2 KB
ID:	498692

          Comment

          • kyus
            Senior Member
            • Feb 2024
            • 171

            #6
            You can't use regex on Top Hosts items. The ideia is to display the same item across multiple hosts.

            I'm just unsure, why would you want to display network traffic in top hosts?
            This way you won't be able to see the usage over time

            Comment

            Working...