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 ;-)
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 ;-)