Files
ced-portfolio/data/noc-status.json
ced4568andClaude Sonnet 4.6 35698bfac5 Major portfolio overhaul: redesign, new sections, LinkedIn/GitHub badges, resume download, GitHub repos, tech stack, NOC improvements
- Full visual redesign with JetBrains Mono + Syne + DM Sans fonts, improved terminal card, blinking cursor, and eyebrow dot animation
- Added LinkedIn and GitHub badge pills in hero with correct LinkedIn URL (chase-dumphord)
- Added Tech Stack section with 6 groups including AI & Automation
- Added GitHub Repos section populated live from GitHub API
- Added resume PDF download button pointing to assets/ChaseD_Resume.pdf
- NOC: added fallback block, live/error dot states, auto-refresh badge, View Live NOC CTA on roadmap
- Updated About section with AI/LLM integration mention and new Core Focus Areas bullet
- Added sitemap.xml with main site and NOC subdomain entries
- Updated noc-status.json with cleaner data structure and 8 real systems
- Added Open Graph meta tags, favicon links, rel=me for LinkedIn and GitHub, robots meta

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-05-02 16:36:14 -05:00

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"
}
]
}