For low level discovery is it intended that a prototype item could be an item type of Zabbix Trapper because I am unable to use the discovered macros in the Zabbix Trappers item's key and if I can't use a macro if more than one entity is discovered I'm assuming there would be some error due to trying to create duplicate keys. For instance if my discovery item returns the macro #MYMACRO for each discovered item and I try to define the Zabbix Trapper prototype item key like so:
There's a check in the front end php that validates the key so I get the error "Error in item key: "Invalid item key format." - I also tried working around that check and just updating my item key in the database but that didn't work either.
I do have a use case where this would be nice because I have a Java Application that utilitizes low level disocovery for dynamic items and there's some data I'd rather push than have polled over JMX on some interval.
Thanks
Code:
{#MYMACRO}.someattribute
I do have a use case where this would be nice because I have a Java Application that utilitizes low level disocovery for dynamic items and there's some data I'd rather push than have polled over JMX on some interval.
Thanks
Comment