1
0
Fork 0

Update DIAGNOSTICS.md

master
Philip O'Toole 2 years ago committed by GitHub
parent 5a4f53ef48
commit c9e41f4203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
# Monitoring rqlite
## Status API
A status API exists, which returns extensive diagnostic and statistical information, as well as basic information about the underlying Raft node. Assuming the rqlite node is started with default settings, node status is available via a HTTP `GET` request. To see the raw data, you can issue a `curl` command like so:
A status API exists, which returns extensive diagnostic and statistical information, as well as basic information about the underlying Raft subsystem. Assuming the rqlite node is started with default settings, node status is available via a HTTP `GET` request. To see the raw data, you can issue a `curl` command like so:
```bash
curl localhost:4001/status?pretty

Loading…
Cancel
Save