Skip to content

Instantly share code, notes, and snippets.

@jontey
Created May 7, 2019 08:33
Show Gist options
  • Save jontey/a73c1185fc37c7787a8329c89207fc7d to your computer and use it in GitHub Desktop.
Save jontey/a73c1185fc37c7787a8329c89207fc7d to your computer and use it in GitHub Desktop.
Check health of catapult nodes
eval $(egrep -v '^#' .env | xargs) && \
docker run --rm \
-v ${CATAPULT_DIR}/build/peer_node:/userconfig \
-t jtey1/catapult-tools:with-wait \
/bin/bash -c "/catapult/bin/catapult.tools.health /userconfig"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment