Ad Widget

Collapse

How to have a "Override item" in a widget (like "Override host")

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Codierknecht
    Junior Member
    Zabbix Certified Specialist
    • Dec 2024
    • 13

    #1

    How to have a "Override item" in a widget (like "Override host")

    I've created a widget to display JSON-content as a table: https://github.com/DEV2DEV-DE/zabbix...ets/json-table
    This widget gets its data from a given item.
    But I don't want a bunch of widgets on my dashboard to display this data. What I'd like to achieve is some kind of "override", similar to the "Override Host" in other widgets.
    A click on the item in the navigator widget on the right changes the item to display in my (left) widget.

    A possible workaround: I create a bunch of "virtual" hosts. This hosts will all get just one single item with a name of choice and identical key on each host.
    With this it should be possible to use the "Override host" feature to switch the content for the widget.

    Any ideas or suggestions? Contributions welcome ;-)

    Click image for larger version

Name:	grafik.png
Views:	16
Size:	298.0 KB
ID:	511719
Working...