aboutsummaryrefslogtreecommitdiffstats
path: root/hv-collector-main/src/main/scripts/healthcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hv-collector-main/src/main/scripts/healthcheck.sh')
-rwxr-xr-xhv-collector-main/src/main/scripts/healthcheck.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/hv-collector-main/src/main/scripts/healthcheck.sh b/hv-collector-main/src/main/scripts/healthcheck.sh
deleted file mode 100755
index db62eece..00000000
--- a/hv-collector-main/src/main/scripts/healthcheck.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env bash
-
-curl -f http://localhost:${VESHV_HEALTH_CHECK_API_PORT:-6060}/health/ready || exit 1
-nc -vz localhost ${VESHV_LISTEN_PORT:-6061} || exit 2