Ad Widget

Collapse

Displaying multiple separate item prototype values in a single tabular dashboard view

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • S4ndwichmaker
    Junior Member
    • Jan 2025
    • 4

    #1

    Displaying multiple separate item prototype values in a single tabular dashboard view

    Hello everyone,
    The title might be a bit confusing, but I’m not sure how to describe it more precisely. I hope I can clarify it here.
    I’m currently creating an SNMP template for a Securepoint firewall in Zabbix. While basic metrics (like CPU usage) work fine, I’m now facing a challenge with displaying active VPN user connections. Over SNMP, I receive the following data points: Time, Username, External IP, and Service.
    I have a discovery rule configured as follows:

    discovery[{#SERVICE},iso.3.6.1.4.1.28553.2.1.7.1.1.2,{#USERN AME},iso.3.6.1.4.1.28553.2.1.7.1.1.3,{#IP},iso.3.6 .1.4.1.28553.2.1.7.1.1.4,{#TIME},iso.3.6.1.4.1.285 53.2.1.7.1.1.5]

    I then created item prototypes for each data point (Time, Username, IP, Service)(Screenshot 1). Under “Latest Data,” I can see each data point, but only as separate entries (Screenshot 2). My goal is to have them presented in a single row in a table—something like (Screenshot 3):

    Service | Username | IP | Time

    However, because Zabbix handles each of these items separately (rather than as an array), I can’t seem to find a straightforward way to display them in a single row.

    Is there a way in Zabbix to achieve this kind of combined output? Or am I missing something in my current approach?

    Thank you in advance for your help!
Working...