ewrfdsfwqe 发表于 2014-11-18 08:53:58

zabbix 通过jmx监控java中间件

tomcat添加:JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=12345-Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Djava.rmi.server.hostname=10.128.46.23"

weblogic添加:export JAVA_OPTIONS="$JAVA_OPTIONS -Dcom.sun.management.jmxremote.port=12345 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false-Djava.rmi.server.hostname=10.128.16.87"

页: [1]
查看完整版本: zabbix 通过jmx监控java中间件