mirror of
https://github.com/ced4568/ced-portfolio.git
synced 2026-08-13 14:54:02 +00:00
102 lines
2.4 KiB
JSON
102 lines
2.4 KiB
JSON
{
|
|
"nocName": "Ced's NOC",
|
|
"status": "Operational",
|
|
"lastUpdated": "2025-05-01T00:00:00Z",
|
|
"summary": {
|
|
"nodes": 12,
|
|
"services": 10,
|
|
"vlans": 4,
|
|
"edgeSystems": 2
|
|
},
|
|
"systems": [
|
|
{
|
|
"name": "Proxmox Primary",
|
|
"type": "Virtualization Host",
|
|
"layer": "Infrastructure",
|
|
"label": "Compute",
|
|
"address": "proxmox.local",
|
|
"status": "Online",
|
|
"severity": "Healthy",
|
|
"latency": "2ms",
|
|
"lastCheck": "Manual"
|
|
},
|
|
{
|
|
"name": "TrueNAS",
|
|
"type": "Network Storage",
|
|
"layer": "Infrastructure",
|
|
"label": "Storage",
|
|
"address": "truenas.local",
|
|
"status": "Online",
|
|
"severity": "Healthy",
|
|
"latency": "3ms",
|
|
"lastCheck": "Manual"
|
|
},
|
|
{
|
|
"name": "K3s Cluster",
|
|
"type": "Kubernetes (12-node Pi)",
|
|
"layer": "Orchestration",
|
|
"label": "Containers",
|
|
"address": "k3s.local",
|
|
"status": "Online",
|
|
"severity": "Healthy",
|
|
"latency": "5ms",
|
|
"lastCheck": "Manual"
|
|
},
|
|
{
|
|
"name": "Nginx Proxy Manager",
|
|
"type": "Reverse Proxy",
|
|
"layer": "Networking",
|
|
"label": "Access",
|
|
"address": "npm.local",
|
|
"status": "Online",
|
|
"severity": "Healthy",
|
|
"latency": "1ms",
|
|
"lastCheck": "Manual"
|
|
},
|
|
{
|
|
"name": "Uptime Kuma",
|
|
"type": "Service Monitor",
|
|
"layer": "Monitoring",
|
|
"label": "Observability",
|
|
"address": "uptime.local",
|
|
"status": "Online",
|
|
"severity": "Healthy",
|
|
"latency": "2ms",
|
|
"lastCheck": "Manual"
|
|
},
|
|
{
|
|
"name": "APRS iGate — Home",
|
|
"type": "RF Edge / APRS-IS Gateway",
|
|
"layer": "Edge",
|
|
"label": "RF",
|
|
"address": "aprs-home.local",
|
|
"status": "Active",
|
|
"severity": "Healthy",
|
|
"latency": "N/A",
|
|
"lastCheck": "Manual"
|
|
},
|
|
{
|
|
"name": "APRS iGate — Mobile",
|
|
"type": "RF Edge / Mobile Node",
|
|
"layer": "Edge",
|
|
"label": "RF",
|
|
"address": "aprs-mobile.local",
|
|
"status": "Building",
|
|
"severity": "Degraded",
|
|
"latency": "N/A",
|
|
"lastCheck": "Manual"
|
|
},
|
|
{
|
|
"name": "Grafana",
|
|
"type": "Metrics Dashboard",
|
|
"layer": "Monitoring",
|
|
"label": "Observability",
|
|
"address": "grafana.local",
|
|
"status": "Online",
|
|
"severity": "Healthy",
|
|
"latency": "4ms",
|
|
"lastCheck": "Manual"
|
|
}
|
|
]
|
|
}
|