I have successfully created items that monitor other jmx accessible values, but due to the quotes in the jdbc name(i am assuming), i keep getting not supported errors.
For example
for a jmx object named
Catalina:type=DataSource,path=/,host=testing,class=javax.sql.DataSource,name="jdb c/test"
what would be the corresponding key value.
For example
for a jmx object named
Catalina:type=DataSource,path=/,host=testing,class=javax.sql.DataSource,name="jdb c/test"
what would be the corresponding key value.
Comment