"Uptime & SSL Certificate Monitor — Built-in, No Account Needed"

Sometimes the simplest tools are the ones you actually use. I added an Uptime & SSL Certificate Monitor to the EPC tools hub today — no account, no external service, runs entirely on the server.

What it does

Tech stack

Built on the same stack as all EPC tools:

Usage

Head to /upmon, click + Add Site, paste a URL. That's it. The checker starts immediately. Add a webhook URL if you want alerts delivered somewhere (works with any HTTP endpoint — Slack incoming webhooks, Discord webhooks, custom handlers, etc.).

The history is pruned automatically after 30 days to keep the DB small.

Webhook payload format

{
  "site_id": 1,
  "site": "My Site",
  "url": "https://example.com",
  "event": "down",
  "details": { "statusCode": null, "ms": 10243 }
}

Events: "down", "up", "cert_expiring" (includes daysLeft and issuer in details).


Simple, local, no lock-in. Try it →

← All posts