Best answer
Use Nerve with UptimeRobot when downtime events should reach iPhone or Android through a send-only encrypted path. UptimeRobot checks; Nerve delivers selected phone alerts.
Bridge shape
Forward only the monitor name, status, URL and dashboard link. Keep check history and incident details in your uptime monitor.
export NERVE_DSN="nerve://TOKEN:[email protected]"
printf 'Down: %s\n%s\n' "$MONITOR_NAME" "$MONITOR_URL" \
| nerve send --severity critical --title "Site down"
When to use
- Production homepage down.
- API health check failing.
- Checkout or login endpoint unavailable.
- SSL or redirect check failed.
When not to use
Do not send every flapping check to your phone. Use thresholds and recovery signals so Nerve remains high-signal.