Getting Started
Sign Up
Section titled “Sign Up”Create an account at app.getpong.dev using your GitHub login.
Create Your First Monitor
Section titled “Create Your First Monitor”- Go to the Dashboard
- Click Add Monitor
- Choose a type:
- HTTP — monitors a URL and checks the status code
- SSL — monitors SSL certificate expiry
- Heartbeat — monitors cron jobs and background tasks
- Set the interval (how often to check)
- Click Create Monitor
Your monitor will start checking immediately. You’ll see results on the dashboard within one interval.
Set Up Alerts
Section titled “Set Up Alerts”- Go to Alert Contacts
- Create a contact (email, Slack webhook, or generic webhook)
- Use the Test button to verify it works
- Edit your monitor and select the alert contacts to notify
Alerts fire on state transitions only (up→down, down→up) — no spam.
Create a Status Page
Section titled “Create a Status Page”- Go to Status Pages
- Click Create Status Page
- Select the monitors to display
- Optionally set a password
- Share the generated URL with your users
Using the API
Section titled “Using the API”Every feature is available via the REST API. Generate an API key from API Keys in the dashboard, then:
curl -H "Authorization: Bearer pong_your_key_here" \ https://api.getpong.dev/api/v1/monitorsSee the API Reference for all endpoints.