summaryrefslogtreecommitdiffstats
path: root/src/main/docker/scripts/zookeeper-metrics.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/docker/scripts/zookeeper-metrics.sh')
-rw-r--r--src/main/docker/scripts/zookeeper-metrics.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/docker/scripts/zookeeper-metrics.sh b/src/main/docker/scripts/zookeeper-metrics.sh
deleted file mode 100644
index 7cd0b29..0000000
--- a/src/main/docker/scripts/zookeeper-metrics.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env bash
-
-ZK_CLIENT_PORT=${ZK_CLIENT_PORT:-2181}
-echo mntr | nc localhost $ZK_CLIENT_PORT >& 1 \ No newline at end of file