mirror of
https://github.com/ced4568/ced-portfolio.git
synced 2026-08-12 22:34:03 +00:00
Add APRS Home iGate to NOC dashboard
This commit is contained in:
+29
-18
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user