frostfs-dev-env/services/ir/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
152 B
Bash
Executable file

#!/bin/sh
/neofs-cli control healthcheck \
--endpoint "$NEOFS_IR_CONTROL_GRPC_ENDPOINT" \
--wallet /wallet01.key --ir |
grep "Health status: READY"