您的位置:首页 > 编程语言 > Java开发

zabbix 通过jmx监控java中间件

2014-11-17 10:47 183 查看
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"
本文出自 “Foliage” 博客,请务必保留此出处http://foliage.blog.51cto.com/6295540/1577314
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: