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

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -