frostfs-dev-env/services/ir/healthcheck.sh

7 lines
152 B
Bash
Raw Normal View History

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