Ad Widget

Collapse

Dashboard table widget or alternative

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ecceman
    Junior Member
    • Sep 2024
    • 1

    #1

    Dashboard table widget or alternative

    HI!

    I've been trying out Zabbix for about a week, evaluating it for possible using it at work for network monitoring. It is going pretty well, but I'm stuck on how to display certain information in a dashboard, usually based on LLDs (I have created those and they work, I just don't know how do visualize the data).

    From what I can read, there is no table widget, and while there have been other widgets that could be possible candidates in earlier versions, they are no longer around for 7.0. Here is an example: LLD discover switch ports with a certain configuration, like trunk status, allowed VLANs and other settings (Yeah, I'm speaking Cisco here ) Ideally I would like a table with the interfaces as rows and 3-4 properties/values as columns. Is there a widget for this that I have missed, or any suggestion on how to visualize this? It has to be compatible with dynamically created items by LLD to be applicable in my case.

    Cheers!
  • markfree
    Senior Member
    • Apr 2019
    • 868

    #2
    Have you tried the honeycomb widget?

    Comment


    • ecceman
      ecceman commented
      Editing a comment
      Yes, it is not suitable since I would have to create 4-5 of those widgets to show 4-5 values for each interface.
  • Ramon
    Junior Member
    • Jul 2018
    • 3

    #3
    Try ECharts Widget for Zabbix. The module includes a LLD table widget.

    Comment

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

      #4
      Originally posted by Ramon
      Try ECharts Widget for Zabbix. The module includes a LLD table widget.
      Never share a link... Never.

      ECharts Widget developed by Monzphere. Contribute to Monzphere/Echarts-Zabbix development by creating an account on GitHub.

      and some talks about it..
      https://blog.zabbix.com/enhancing-vi...-module/30199/

      Comment

      • swpyatt
        Junior Member
        • Jul 2024
        • 4

        #5
        Create an item that runs a Powershell script that pulls in whatever data you need, call the API, run a DB query, etc. At the end of the script use the convertTo-HTML to output the data. Now create your dashboard with an Item History widget and select the item that runs the script and for Display choose HTML. You should now have a nice table display of the data.

        In Powershell run the command - get-process | convertTo-HTML to see what the resulting HTML would look like for an example.
        Last edited by swpyatt; 17-10-2025, 14:38.

        Comment

        Working...