Skip to content

Instantly share code, notes, and snippets.

@sandipchitale
Last active August 8, 2019 17:15
Show Gist options
  • Save sandipchitale/8ca16cab96f8055c68f54adc61e84d80 to your computer and use it in GitHub Desktop.
Save sandipchitale/8ca16cab96f8055c68f54adc61e84d80 to your computer and use it in GitHub Desktop.
Check service
until nc -w 3 -z xdb 2014 ; do echo Waiting; sleep 5 ; done
wget -T 1 -O/dev/null -q http://localhost:8080/health > /dev/null 2>&1 ; echo $?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment