hello together
when I tried to monitor my weblogic performance via zabbix, I encountered below issues:
1: failed to link the template - Template JMX Generic, below error shows:
Cannot find host interface on "servername" for item key "jmx["java.lang:type=ClassLoading",LoadedClassCount]".
is this due to the JMX enable failure issue on weblogic side?
I added below JAVA_OPTIONS to $DOMAIN_HOME/bin/setDomainEnv.sh file and restart weblogic already.
JAVA_OPTIONS=”${JAVA_OPTIONS} -Djava.rmi.server.hostname=myserver hostname of weblogic installed”
JAVA_OPTIONS=”${JAVA_OPTIONS} -Djavax.management.builder.initial=weblogic.managem ent.jmx.mbeanserver.WLSMBeanServerBuilder”
JAVA_OPTIONS=”${JAVA_OPTIONS} -Dcom.sun.management.jmxremote=true”
JAVA_OPTIONS=”${JAVA_OPTIONS} -Dcom.sun.management.jmxremote.port=12345”
JAVA_OPTIONS=”${JAVA_OPTIONS} -Dcom.sun.management.jmxremote.ssl=false”
JAVA_OPTIONS=”${JAVA_OPTIONS} -Dcom.sun.management.jmxremote.authenticate=false”
export JAVA_OPTIONS
one more question is, the java-gateway should be installed on my weblogic server side, not on zabbix server, right?
Thanks in advance for your help.
when I tried to monitor my weblogic performance via zabbix, I encountered below issues:
1: failed to link the template - Template JMX Generic, below error shows:
Cannot find host interface on "servername" for item key "jmx["java.lang:type=ClassLoading",LoadedClassCount]".
is this due to the JMX enable failure issue on weblogic side?
I added below JAVA_OPTIONS to $DOMAIN_HOME/bin/setDomainEnv.sh file and restart weblogic already.
JAVA_OPTIONS=”${JAVA_OPTIONS} -Djava.rmi.server.hostname=myserver hostname of weblogic installed”
JAVA_OPTIONS=”${JAVA_OPTIONS} -Djavax.management.builder.initial=weblogic.managem ent.jmx.mbeanserver.WLSMBeanServerBuilder”
JAVA_OPTIONS=”${JAVA_OPTIONS} -Dcom.sun.management.jmxremote=true”
JAVA_OPTIONS=”${JAVA_OPTIONS} -Dcom.sun.management.jmxremote.port=12345”
JAVA_OPTIONS=”${JAVA_OPTIONS} -Dcom.sun.management.jmxremote.ssl=false”
JAVA_OPTIONS=”${JAVA_OPTIONS} -Dcom.sun.management.jmxremote.authenticate=false”
export JAVA_OPTIONS
one more question is, the java-gateway should be installed on my weblogic server side, not on zabbix server, right?
Thanks in advance for your help.

Comment