Update NOC JSON to real data V2

This commit is contained in:
2026-04-25 16:59:08 -05:00
parent bb4e4c4b10
commit 15de7b7f29
+24 -24
View File
@@ -1,10 +1,10 @@
{ {
"nocName": "Ced's NOC", "nocName": "Ced's NOC",
"status": "Operational Build", "status": "Operational Build",
"lastUpdated": "Manual V1", "lastUpdated": "2026-04-25 16:52:17",
"summary": { "summary": {
"nodes": "12+", "nodes": "12+",
"services": "10+", "services": "7/7",
"vlans": "4", "vlans": "4",
"edgeSystems": "2" "edgeSystems": "2"
}, },
@@ -14,56 +14,56 @@
"type": "Virtualization", "type": "Virtualization",
"address": "10.10.30.250:8006", "address": "10.10.30.250:8006",
"status": "Online", "status": "Online",
"layer": "Infrastructure" "layer": "Infrastructure",
"lastCheck": "2026-04-25 16:52:17"
}, },
{ {
"name": "TrueNAS", "name": "TrueNAS",
"type": "Storage", "type": "Storage",
"address": "10.10.30.143", "address": "10.10.30.143",
"status": "Online", "status": "Online",
"layer": "Storage" "layer": "Storage",
"lastCheck": "2026-04-25 16:52:17"
}, },
{ {
"name": "Nginx Proxy Manager", "name": "Nginx Proxy Manager",
"type": "Reverse Proxy", "type": "Reverse Proxy",
"address": "10.10.30.210:81", "address": "10.10.30.210:81",
"status": "Online", "status": "Online",
"layer": "Access" "layer": "Access",
"lastCheck": "2026-04-25 16:52:17"
}, },
{ {
"name": "Dashy", "name": "Dashy",
"type": "Dashboard", "type": "Dashboard",
"address": "10.10.30.61:4000", "address": "10.10.30.61:4000",
"status": "Online", "status": "Online",
"layer": "Monitoring" "layer": "Monitoring",
"lastCheck": "2026-04-25 16:52:17"
}, },
{ {
"name": "Jellyfin", "name": "Jellyfin",
"type": "Media Service", "type": "Media Service",
"address": "10.10.30.143:30013", "address": "10.10.30.143:30013",
"status": "Online", "status": "Online",
"layer": "Services" "layer": "Services",
"lastCheck": "2026-04-25 16:52:17"
}, },
{ {
"name": "K3s Cluster", "name": "K3s API",
"type": "Kubernetes", "type": "Kubernetes API",
"address": "10.10.30.72 / 245 / 128", "address": "10.10.30.72:6443",
"status": "Active Build", "status": "Online",
"layer": "Compute" "layer": "Compute",
"lastCheck": "2026-04-25 16:52:17"
}, },
{ {
"name": "APRS Home iGate", "name": "APRS-IS",
"type": "RF Edge System", "type": "APRS Internet Service",
"address": "KJ5JCO-10", "address": "noam.aprs2.net:14580",
"status": "Operational / Tuning", "status": "Online",
"layer": "Edge" "layer": "Edge",
}, "lastCheck": "2026-04-25 16:52:17"
{
"name": "APRS Mobile iGate",
"type": "Mobile Edge System",
"address": "KJ5JCO-15",
"status": "Building",
"layer": "Edge"
} }
] ]
} }