Ecommerce uptime monitoring with HTTP, ping, TCP, content, SSL certificate, and heartbeat checks, alerts, and public status pages in one Sandglass workspace.
For a store, revenue lives in a narrow funnel: browse, add to cart, checkout, payment handoff, order confirmation. A homepage can load perfectly while the payment step times out, and every minute in that state is lost orders rather than a cosmetic glitch.
Use content checks that confirm the cart and checkout pages render their real elements, an HTTP check on the order-confirmation endpoint, and a TCP check on the payment gateway connection where it makes sense. Watch these more often than the catalog.
Avoid treating homepage uptime as store health. Checkout and order confirmation deserve their own checks because that is precisely where money is won or lost.
List the endpoints, jobs, and components where an outage would reach the people you serve. Keep the first pass to production.
Use HTTP or content checks for web surfaces, TCP for raw ports, SSL certificate checks for HTTPS expiry, and heartbeats for scheduled work.
Put production, staging, and per-client checks in their own groups so routing and noise stay under control.
Adjust intervals and retry counts once real data shows which alerts were signal and which were noise.