Closed dragon0170 closed 5 years ago
Reference
노드의 health를 체크할 수 있는 status 명령어를 paust-db-client에 추가하면 좋을 것 같습니다. 아래와 같이 status 명령으로 특정 노드의 health를 확인할 수 있도록 하는 것이 목표입니다.
paust-db-client
$ puast-db-client status -e 192.168.0.2:26657 running $ puast-db-client status -e 192.168.0.2:26657 not running
tendermint rpc의 /health endpoint를 이용해서 개발할 예정입니다. running, not running 외에 괜찮은 표시 문구가 있으면 의견주세요.
/health
running
not running
/health endpoint 대신 start를 1, end를 2로 가지는 /query ABCI Query를 보낼 예정입니다.
/query
Reference
109
노드의 health를 체크할 수 있는 status 명령어를
paust-db-client
에 추가하면 좋을 것 같습니다. 아래와 같이 status 명령으로 특정 노드의 health를 확인할 수 있도록 하는 것이 목표입니다.tendermint rpc의
/health
endpoint를 이용해서 개발할 예정입니다.running
,not running
외에 괜찮은 표시 문구가 있으면 의견주세요.