Hi all,
We are trying to monitor our karaf instance using zabix. Is there any way
that we can configure karaf so that we can get the jmx connection service
url of the form "hostname:port" ?

I tried to set the following options to the karaf start script

JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote"
JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.port=<port>"
JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.authenticate=false"
JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.ssl=false"
JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.local.only=false"
JAVA_OPTS="${JAVA_OPTS} -Djava.rmi.server.hostname=<hostname>

With this i am able to connect the jmx but not able to obtain the values.
Please advice.

Thanks in advance.
-- 
BR
Muhsin

Reply via email to