使用zabbix-java-gateway监控JVM

Posted 记忆的红皮书

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用zabbix-java-gateway监控JVM相关的知识,希望对你有一定的参考价值。

首先安装并配置zabbix-java-gateway。

其次java应用配置jmxRemote。

然后在zabbix-frontend添加JMX interfaces。

最后应用模板。模板见附件http://files.cnblogs.com/files/memoryredbook/simu_Template_JMX_Generic_1.7.xml。此模板是在zabbix自带的模板基础上修改而成。

可以使用jmxterm查询JVM参数。

 

##监控Tomcat

tomcat启动脚本增加jmxremote参数:

CATALINA_OPTS="-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=xxxx -Dcom.sun.management.jmxremote.authenticate=true -Dcom.sun.management.jmxremote.password.file=$CATALINA_HOME/conf/xxxxpass -Dcom.sun.management.jmxremote.access.file=$CATALINA_HOME/conf/xxxxuser -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=$IP"

 

xxxxuser:

user1 readonly

 

xxxxpass:

user1 pass1

 

以上是关于使用zabbix-java-gateway监控JVM的主要内容,如果未能解决你的问题,请参考以下文章

zabbix-java-gateway监控tomcat

利用zabbix-java-gateway监控jvm

zabbix监控tomcat

CentOS7,zabbix3.4通过,zabbix-Java-gateway监控Tomcat

zabbix 监控 Resin

Zabbix使用jmx监控tomcat