Set up uptime monitoring of your Bevy instance.
- The health monitoring endpoint is /health. For example, https://<domain>/health.
- Configure your monitoring solution to ping that endpoint.
Any response apart from{"status": "OK"}
indicates an availability problem with your instance.