Health Check method: set up IA

This commit is contained in:
mDuo13
2020-06-29 17:10:44 -07:00
parent 7a45ac940e
commit e441b45d71
5 changed files with 38 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
# Health Check
The Health Check is a special [peer port method](peer-port-methods.html) for reporting on the health of an individual `rippled` server.
***TODO: detailed description. PR: <https://github.com/ripple/rippled/pull/3365>***

View File

@@ -1,6 +1,6 @@
# Peer Crawler
The Peer Crawler is a special API endpoint for reporting on the health and topology of the peer-to-peer network. This API method is available by default on a non-privileged basis through the [Peer Protocol](peer-protocol.html) port, which is also used for `rippled` servers' peer-to-peer communications about consensus, ledger history, and other necessary information.
The Peer Crawler is a special [peer port method](peer-port-methods.html) for reporting on the health and topology of the peer-to-peer network. This API method is available by default on a non-privileged basis through the [Peer Protocol](peer-protocol.html) port, which is also used for `rippled` servers' peer-to-peer communications about consensus, ledger history, and other necessary information.
The information reported by the peer crawler is effectively public, and can be used to report on the overall XRP Ledger network, its health, and topology.