Hi
I'm on an older version of zabbix 3.0.25
Looking at moving to 4.0 !
Has there been any work on JMX items. For example I have a template for each java application i have. they all need
jmx["java.lang:type=Memory","HeapMemoryUsage.used"]
Which when i attempt to apply multiple templates to 1 host I get a clash.
Now the old solution was to space pad
jmx["java.lang:type=Memory","HeapMemoryUsage.used"]
jmx[ "java.lang:type=Memory","HeapMemoryUsage.used"] << Got a space in there
Has there been any change ?
I did suggest that add another field that is not actually passed on 3rd arg that is optional, this would allow for different item names - easy fix
Also I am finding on my current install some JMX work and some don't... for example the above key work on some hosts and not on others - in fact it fails network error - ho do you debug these
I'm on an older version of zabbix 3.0.25
Looking at moving to 4.0 !
Has there been any work on JMX items. For example I have a template for each java application i have. they all need
jmx["java.lang:type=Memory","HeapMemoryUsage.used"]
Which when i attempt to apply multiple templates to 1 host I get a clash.
Now the old solution was to space pad
jmx["java.lang:type=Memory","HeapMemoryUsage.used"]
jmx[ "java.lang:type=Memory","HeapMemoryUsage.used"] << Got a space in there
Has there been any change ?
I did suggest that add another field that is not actually passed on 3rd arg that is optional, this would allow for different item names - easy fix
Also I am finding on my current install some JMX work and some don't... for example the above key work on some hosts and not on others - in fact it fails network error - ho do you debug these