Add initial website status page (manual health monitor run)
Some checks failed
Regenerate Documentation Index / regenerate-index (push) Failing after 7s
Some checks failed
Regenerate Documentation Index / regenerate-index (push) Failing after 7s
This commit is contained in:
parent
1a611fdd82
commit
71a7095269
1 changed files with 40 additions and 0 deletions
40
Services/Website_Status.md
Normal file
40
Services/Website_Status.md
Normal file
|
|
@ -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"
|
||||
Loading…
Reference in a new issue