PingCheck in 30 seconds
Monitor any URL from multiple regions. Get alerted the moment it goes down.
Step 1: Sign up or log in (10s)
Head to app.luxkern.com and create an account or sign in.
Step 2: Add a check (10s)
Open PingCheck, click New Check, paste your URL, and pick your check interval (30s, 1m, 5m, or 10m).
Step 3: Configure alerts (10s)
Choose where you want to be notified: email, Slack, or webhook. Done.
Or via the API
bash
curl -X POST https://api.luxkern.com/v1/pingcheck/checks \ -H "Authorization: Bearer lxk_live_xxx" \ -H "Content-Type: application/json" \ -d '{ "url": "https://example.com", "interval": 60, "regions": ["eu-west", "us-east"] }'PingCheck runs from EU and US regions by default and supports custom headers, HTTP methods, and expected status codes. Full PingCheck reference