Zabbix JMX Item key syntax for CompositeData With List<Object> -


i have created jmx agent generates custom data attribute , returned composite data type when viewed in jconsole.

the original datatype arraylist. how construct jmx item key in zabbix.

jmx[com.example:type=hello,fruits.apple.weight] 

how if need access array of objects. ideas or suggestions appreciated.

unfortunately, accessing array or lists not supported in zabbix, there feature request that: zbxnext-1570.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -