0

在 zabbix 2.0 上配置 zapcat 时出现问题,请点击链接

http://www.kjkoster.org/zapcat/Tomcat_How_To.html

然后我尝试使用 JMX 但运行时出现错误:

java -Dcom.sun.management.jxmremote -Dcom.sun.management.jmxremote.port=12345 -Dcom.sun.management.jmxremote.authenticate=true -Dcom.sun.management.jmxremote.password.file=/usr/lib /jvm/java-6-openjdk-i386/jre/lib/management/jmxremote.password -Dcom.sun.management.jmxremote.access.file=/usr/lib/jvm/java-6-openjdk-i386/jre/ lib/management/jmxremote.access -Djava.rmi.server.hostname=192.168.2.56 -Dcom.sun.management.jmxremote.ssl=true

错误是:

错误:必须限制密码文件读取访问:/usr/lib/jvm/java-6-openjdk-i386/jre/lib/management/jmxremote.password

那么对我有什么解决方案吗?

4

1 回答 1

1

Zabbix 2.0 不需要 Zapcat。改为使用 Zabbix Java 网关查找: https ://www.zabbix.com/documentation/2.0/manual/concepts/java

但是对于这个错误。您需要将密码 conf 文件的限制设置为 chmod 600。

于 2013-04-26T15:56:28.473 回答