Add HTTP, TCP, or ping monitors to track uptime of your services.
Create a monitor
- Go to Status Pages in your project.
- Click Add monitor.
- Enter a name (e.g. "API", "Website"), the URL to check, and check interval.
- ShipPulse pings the URL at the configured interval and records uptime.
Monitor types
- HTTP(S) — checks the URL returns a 2xx status code
- TCP — checks that a port is open
- Ping — ICMP ping check
Alerting
When a monitor goes down, ShipPulse can notify you via:
- Email — to project members
- Slack — via a connected Slack channel
- Webhook — custom HTTP callback
Configure notification channels under Settings > Notifications.
Next steps