diff --git a/conf/cassandra-env.sh b/conf/cassandra-env.sh index 89329850a5..7f7081b70e 100644 --- a/conf/cassandra-env.sh +++ b/conf/cassandra-env.sh @@ -291,7 +291,7 @@ JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.password.file=/etc/cassandra/ # To use mx4j, an HTML interface for JMX, add mx4j-tools.jar to the lib/ # directory. -# See http://wiki.apache.org/cassandra/Operations#Monitoring_with_MX4J +# See http://cassandra.apache.org/doc/3.11/operating/metrics.html#jmx # By default mx4j listens on 0.0.0.0:8081. Uncomment the following lines # to control its listen address and port. #MX4J_ADDRESS="-Dmx4jaddress=127.0.0.1"