I am trying to create a template and use JMX discovery to create some dynamic items for me. I had a look online and found some suggestion, but can't get any of them working:
So far I tried:
Discovery Rules:
jmx["Catalina:type=GlobalRequestProcessor,name=*"]
jmx.discovery[java.lang:type=MemoryPool,name=*]
Item Prototypes:
jmx[{#JMXOBJ} bytesSent]
jmx[{#NAME} Memory Used]
But none of these seem to work. I also tried several different combinations of adding quotes.
The error I am getting once the rules becomes unsupported is "required key format jmx[<object name>,<attribute value>]"
I am using zabbix 2.0.12 as this is stable on gentoo.
So far I tried:
Discovery Rules:
jmx["Catalina:type=GlobalRequestProcessor,name=*"]
jmx.discovery[java.lang:type=MemoryPool,name=*]
Item Prototypes:
jmx[{#JMXOBJ} bytesSent]
jmx[{#NAME} Memory Used]
But none of these seem to work. I also tried several different combinations of adding quotes.
The error I am getting once the rules becomes unsupported is "required key format jmx[<object name>,<attribute value>]"
I am using zabbix 2.0.12 as this is stable on gentoo.
Comment