Health Check
This section covers how to check the status of your RollApp and its components. Monitoring the status of your RollApp is crucial for ensuring its smooth operation and quickly identifying any issues that may arise.
Important
It's recommended to connect an alerting system to the health check endpoint to ensure that you are notified of any issues with your RollApp node.
To check the status of your node, you can use the following command:
curl <rollapp_rpc_url>/health
If successful, you should receive a response similar to:
{"jsonrpc":"2.0","result":{"isHealthy":true,"error":""},"id":-1}
the isHealthy
field indicates whether the service is running correctly.