frostfs-dev-env/services/storage/healthcheck.sh
Evgenii Stratonikov a7feea730a [#135] .env: update neofs-node version
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2021-10-20 17:45:59 +03:00

6 lines
152 B
Bash
Executable file

#!/bin/sh
/neofs-cli control healthcheck \
--endpoint "$NEOFS_CONTROL_GRPC_ENDPOINT" \
--binary-key "$NEOFS_NODE_KEY" |
grep "Health status: READY"