frostfs-dev-env/services/storage/healthcheck.sh
Alex Vanin 07bd61f78e [#158] Update neofs-node to v0.27.5
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2022-01-31 17:46:34 +03:00

6 lines
148 B
Bash
Executable file

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