From 6fc3df93b833c10128c976184add8d16f7aeec2e Mon Sep 17 00:00:00 2001 From: Mick Semb Wever Date: Mon, 1 Apr 2019 20:40:19 +1100 Subject: [PATCH] Update comment link to mx4j in cassandra-env.sh patch by Jearvon Dharrie; reviewed by Mick Semb Wever for CASSANDRA-14950 --- conf/cassandra-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cassandra-env.sh b/conf/cassandra-env.sh index 7b1b8d3203..b394d5f8cc 100644 --- a/conf/cassandra-env.sh +++ b/conf/cassandra-env.sh @@ -310,7 +310,7 @@ fi # 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"