I've installed zabbix-server in one server and enabled JMX in my weblogic 14c.
Using jconsole I can connect and navigate thru Mbeans.
When I configure weblogic host at zabbix server I included Agent AND JMX.
Agent status is "OK" (Green) but JMX Status...
Search Result
Collapse
3 results in 0.0021 seconds.
Keywords
Members
Tags
-
Weblogic monitoring item keys
Can someone tell me what keys place in items to monitor weblogic parameters such as server state, deployment (enterprise app) state, etc.?
I found this link:
jmxmonitor.sourceforge.net/jmx.html
and succesfully made items with keys:
...Code:jmx["java.lang:type=Memory","HeapMemoryUsage.used"]
-
unable to monitor WebLogic
Hello,
Running on a single host WebLogic, Zabbix, Java gateway. Everything is of the latest stable version and supposed to be connecting through 127.0.0.1.
zabbix_server.conf:JavaGateway=127.0.0.1
JavaGatewayPort=10052
StartJavaPollers=5
Additionaly...