Hello Zabbix Community,
I try to display every element of a json array as a Honyecomb cell in a dashboard.
I use zabbix_sender to send the JSON to my Zabbix Trapper Item. This step works already but now I try to split every element with a discovery rule and Item Prototypes, the whol LLD stuff etc But I just cant make it work. I watched a ton of videos on yt and such but didnt find a similar usecase.
The json looks like this: [{'id': '430', 'name': 'TestVol1', 'used_percentage': 92.58}, {'id': '693', 'name': 'vol1', 'used_percentage': 75.0}] Thats how it looks in Latest Data of the Trapper Item.
Can anyone tell me the way from here?
Here is my Discovery Rule:

LLD Macros in the Discovery Rule:

My Dashboard so far: ( Dont worry I have two hosts with the same thing, therefore its two honeycombs but at the end every element should be one ):
I try to display every element of a json array as a Honyecomb cell in a dashboard.
I use zabbix_sender to send the JSON to my Zabbix Trapper Item. This step works already but now I try to split every element with a discovery rule and Item Prototypes, the whol LLD stuff etc But I just cant make it work. I watched a ton of videos on yt and such but didnt find a similar usecase.
The json looks like this: [{'id': '430', 'name': 'TestVol1', 'used_percentage': 92.58}, {'id': '693', 'name': 'vol1', 'used_percentage': 75.0}] Thats how it looks in Latest Data of the Trapper Item.
Can anyone tell me the way from here?
Here is my Discovery Rule:
LLD Macros in the Discovery Rule:
My Dashboard so far: ( Dont worry I have two hosts with the same thing, therefore its two honeycombs but at the end every element should be one ):