Bump checkstyle version
[dcaegen2/collectors/hv-ves.git] / hv-collector-main / src / main / scripts / healthcheck.sh
1 #!/usr/bin/env bash
2
3 curl -f http://localhost:${VESHV_HEALTH_CHECK_API_PORT:-6060}/health/ready || exit 1
4 nc -vz localhost ${VESHV_LISTEN_PORT:-6061} || exit 2