1
0
Fork 0

Update DIAGNOSTICS.md

master
Philip O'Toole 3 years ago committed by GitHub
parent 80e6174fa8
commit 9d7df729b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,7 +63,7 @@ Welcome to the rqlite CLI. Enter ".help" for usage hints.
``` ```
## Readiness checks ## Readiness checks
rqlite nodes serve a "ready" status at `/readyz`. The endpoint will return `HTTP 200 OK` if the node is ready to respond to database requests. An example access is shown below. rqlite nodes serve a "ready" status at `/readyz`. The endpoint will return `HTTP 200 OK` if the node is ready to respond to database requests and cluster management operations. An example access is shown below.
```bash ```bash
$ curl localhost:4001/readyz $ curl localhost:4001/readyz

Loading…
Cancel
Save