first commit

This commit is contained in:
Blake Ridgway
2026-03-07 21:16:51 -06:00
parent 21bd542469
commit 03fcf37beb
33 changed files with 3532 additions and 0 deletions

63
data/status.json Normal file
View File

@@ -0,0 +1,63 @@
{
"last_checked": "2025-02-10T12:00:00Z",
"services": [
{
"name": "Web (httpd)",
"description": "ridgwaysystems.org",
"status": "up"
},
{
"name": "Gitea",
"description": "git.ridgwaysystems.org",
"url": "https://git.ridgwaysystems.org",
"status": "up"
},
{
"name": "DNS (unbound)",
"description": "Internal recursive resolver on fw01",
"status": "up"
},
{
"name": "DNS (nsd)",
"description": "Authoritative DNS on srv02",
"status": "up"
},
{
"name": "Email (OpenSMTPD)",
"description": "Outbound and inbound mail on srv01",
"status": "up"
},
{
"name": "Monitoring (Prometheus)",
"description": "Metrics collection",
"status": "up"
},
{
"name": "Grafana",
"description": "Dashboards and alerting",
"status": "up"
},
{
"name": "VPN (WireGuard)",
"description": "vpn.ridgwaysystems.org",
"status": "up"
},
{
"name": "Matrix (Conduit)",
"description": "Self-hosted chat",
"status": "degraded",
"note": "Migrating to new server — intermittent"
},
{
"name": "Jellyfin",
"description": "Media server on srv02",
"status": "up"
},
{
"name": "Game Servers",
"description": "Minecraft, Valheim VMs on srv02",
"status": "down",
"note": "Offline for maintenance"
}
]
}