I setup zabbix java agent for monitoring weblogic server. However, when trying to configure the following mbean,
jmx["oracle.dms:type=MDS,name=/oracle/mds/core/MDSInstance",createSession_avg] which I read from JConsole, zabbix states it is not supported.
Can anyone give me some idea what's wrong?
Do I need to specify service:jmx:iiop://localhost:7001/jndi/weblogic.management.mbeanservers.runtime somewhere? if so, where is it to place?
Thanks in advance
jmx["oracle.dms:type=MDS,name=/oracle/mds/core/MDSInstance",createSession_avg] which I read from JConsole, zabbix states it is not supported.
Can anyone give me some idea what's wrong?
Do I need to specify service:jmx:iiop://localhost:7001/jndi/weblogic.management.mbeanservers.runtime somewhere? if so, where is it to place?
Thanks in advance
Comment