diff --git a/data/noc-status.json b/data/noc-status.json index ae12159..9a2a305 100644 --- a/data/noc-status.json +++ b/data/noc-status.json @@ -1,11 +1,11 @@ { "nocName": "Ced's NOC", "status": "All Systems Online", - "lastUpdated": "2026-04-25 17:55:05", + "lastUpdated": "2026-04-26 16:03:47", "summary": { "nodes": "12+", - "services": "7/7", - "online": "7", + "services": "8/8", + "online": "8", "offline": "0", "vlans": "4", "edgeSystems": "2" @@ -16,11 +16,11 @@ "type": "Virtualization Platform", "address": "10.10.30.250:8006", "status": "Online", - "severity": "Healthy", + "severity": "Degraded", "layer": "Core Infrastructure", "label": "Hypervisor", - "latency": "3 ms", - "lastCheck": "2026-04-25 17:55:05" + "latency": "52 ms", + "lastCheck": "2026-04-26 16:03:47" }, { "name": "TrueNAS", @@ -30,8 +30,8 @@ "severity": "Healthy", "layer": "Storage", "label": "NAS", - "latency": "15 ms", - "lastCheck": "2026-04-25 17:55:05" + "latency": "1 ms", + "lastCheck": "2026-04-26 16:03:47" }, { "name": "Nginx Proxy Manager", @@ -42,7 +42,7 @@ "layer": "Access Layer", "label": "Proxy", "latency": "0 ms", - "lastCheck": "2026-04-25 17:55:05" + "lastCheck": "2026-04-26 16:03:47" }, { "name": "Dashy", @@ -52,8 +52,8 @@ "severity": "Healthy", "layer": "Dashboard", "label": "Portal", - "latency": "0 ms", - "lastCheck": "2026-04-25 17:55:05" + "latency": "13 ms", + "lastCheck": "2026-04-26 16:03:47" }, { "name": "Jellyfin", @@ -63,8 +63,8 @@ "severity": "Healthy", "layer": "Application Service", "label": "App", - "latency": "0 ms", - "lastCheck": "2026-04-25 17:55:05" + "latency": "15 ms", + "lastCheck": "2026-04-26 16:03:47" }, { "name": "K3s API", @@ -74,19 +74,30 @@ "severity": "Healthy", "layer": "Compute Cluster", "label": "Cluster", - "latency": "0 ms", - "lastCheck": "2026-04-25 17:55:05" + "latency": "1 ms", + "lastCheck": "2026-04-26 16:03:47" + }, + { + "name": "APRS Home iGate", + "type": "RF Edge Gateway", + "address": "KJ5JCO-10 / Direwolf KISS 8001", + "status": "Online", + "severity": "Degraded", + "layer": "Edge / RF", + "label": "iGate", + "latency": "97 ms", + "lastCheck": "2026-04-26 16:03:47" }, { "name": "APRS-IS", "type": "APRS Internet Service", "address": "noam.aprs2.net:14580", "status": "Online", - "severity": "Degraded", + "severity": "Healthy", "layer": "Edge / RF", "label": "External", - "latency": "79 ms", - "lastCheck": "2026-04-25 17:55:05" + "latency": "42 ms", + "lastCheck": "2026-04-26 16:03:47" } ] } \ No newline at end of file diff --git a/scripts/generate-noc-status.py b/scripts/generate-noc-status.py index 0b30fc2..a8d2d7b 100644 --- a/scripts/generate-noc-status.py +++ b/scripts/generate-noc-status.py @@ -61,6 +61,15 @@ SYSTEMS = [ "layer": "Compute Cluster", "label": "Cluster" }, + { + "name": "APRS Home iGate", + "type": "RF Edge Gateway", + "host": "10.10.30.129", + "port": 8001, + "address": "KJ5JCO-10 / Direwolf KISS 8001", + "layer": "Edge / RF", + "label": "iGate" + }, { "name": "APRS-IS", "type": "APRS Internet Service",