Add uptime monitoring with operator alerts #27
Labels
No labels
area: admin
area: build
area: ci
area: compare
area: model
area: ops
area: provenance
area: rite
area: web
backport
blocked
breaking
confirmed
dependencies
duplicate
epic
invalid
needs-info
needs-triage
php
priority: high
priority: low
priority: medium
regression
type: chore
type: correction
type: docs
type: enhancement
type: feature
type: fix
type: perf
type: refactor
type: security
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Directorium/Site#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
When the site or API goes down, operators must be paged rather than finding out from users.
Acceptance criteria
Hi @manlycucumber — your acceptance criteria map well to a lightweight external monitor. A few options:
UptimeRobot or Better Uptime are the standard choices: health-endpoint checks, email/SMS/webhook alerts, recovery notifications, and threshold tuning to avoid flapping.
If you want something smaller and webhook-first, I work on sunwatch: add your health endpoint + webhook URL, and it pings every minute and alerts on down/up state changes. No account or KYC; paid per-monitor in USDC on Base after 3 free monitors. Probably overkill if you need SMS/email, but fits if you just want webhook recovery alerts.
Either way I'd start with a 1-minute interval and alert only after 2–3 consecutive failures to avoid flapping.