From 71a7095269c58ff29f94e236fd074dc9cfb584ae Mon Sep 17 00:00:00 2001 From: Joey King Date: Fri, 6 Feb 2026 17:48:57 +0000 Subject: [PATCH] Add initial website status page (manual health monitor run) --- Services/Website_Status.md | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Services/Website_Status.md diff --git a/Services/Website_Status.md b/Services/Website_Status.md new file mode 100644 index 0000000..ecebe30 --- /dev/null +++ b/Services/Website_Status.md @@ -0,0 +1,40 @@ +# Website Status + +**Last checked:** 2026-02-06 20:45 AT +**Monitor:** Plausible anomaly detection + HTTP health checks +**Schedule:** Every 4 hours (auto-updated by DEN scheduler) + +## Site Status + +| Site | Client | Status | HTTP | Visitors (24h) | Avg (7d/day) | +|------|--------|--------|------|----------------|--------------| +| namastespanb.ca | NDS | Healthy | 200 | 59 | 144 | +| ak-transportation.ca | AKT | Healthy | 200 | 3 | 8 | +| cabinetcentral.ca | CCI | Healthy | 200 | 4 | 7 | +| geneausigns.com | EGS | Low Traffic | 200 | 0 | 4 | +| dbits.ca | DBITS | SSL Issue | 526 | 1 | 0 | +| brencoexc.ca | BEL | Low Traffic | 200 | 0 | 0 | +| debsolutions.ca | DEB | Low Traffic | 200 | 0 | 0 | +| drhowley.com | DBH | Low Traffic | 200 | 0 | 0 | +| hlsaccounting.ca | HLS | Low Traffic | 200 | 0 | 0 | +| signway.ca | SLT | Low Traffic | 200 | 0 | 0 | + +## Status Definitions + +- **Healthy**: Normal traffic levels, site responding correctly +- **Low Traffic**: Site responds but has minimal analytics data (normal for some sites) +- **Anomaly**: Unexpected traffic drop but site still responds (investigate) +- **Down**: Traffic dropped and HTTP check failed (alert sent) +- **SSL Issue**: Site unreachable due to certificate problem + +## Alerts + +| Time | Site | Issue | +|------|------|-------| +| 2026-02-06 20:45 AT | dbits.ca | HTTP 526 - Invalid SSL Certificate (Cloudflare) | + +## Notes + +- Sites with 7-day average below 5 visitors/day are classified as "Low Traffic" and excluded from anomaly detection +- HTTP health checks only run on sites flagged by traffic anomaly detection +- Alerts sent via ntfy to `infra` topic for sites classified as "Down"