mirror of
https://github.com/ced4568/ceds-noc.git
synced 2026-08-12 21:04:02 +00:00
169 lines
5.1 KiB
HTML
169 lines
5.1 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
||
<title>Ced’s NOC | Live Systems Dashboard</title>
|
||
|
||
<meta
|
||
name="description"
|
||
content="Ced’s NOC - live systems dashboard for homelab infrastructure, K3s, services, and APRS RF edge systems."
|
||
/>
|
||
|
||
<link rel="stylesheet" href="style.css" />
|
||
</head>
|
||
|
||
<body>
|
||
<header class="site-header">
|
||
<div class="container nav">
|
||
<a href="#top" class="logo">Ced’s NOC</a>
|
||
|
||
<nav>
|
||
<ul class="nav-links">
|
||
<li><a href="#noc">Live Systems</a></li>
|
||
<li><a href="#vision">Roadmap</a></li>
|
||
<li>
|
||
<a href="https://chasedumphord.com" target="_blank" rel="noopener noreferrer">
|
||
Portfolio
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="https://github.com/ced4568/ceds-noc" target="_blank" rel="noopener noreferrer">
|
||
GitHub
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</nav>
|
||
</div>
|
||
</header>
|
||
|
||
<main id="top">
|
||
<section class="hero noc-hero">
|
||
<div class="container">
|
||
<div class="hero-text">
|
||
<p class="eyebrow">Network Operations • Infrastructure • Monitoring • RF Edge Systems</p>
|
||
|
||
<h1>Ced’s NOC Dashboard</h1>
|
||
|
||
<p class="lead">
|
||
A live operational dashboard for tracking homelab infrastructure, service health,
|
||
K3s systems, network layers, and APRS RF edge systems.
|
||
</p>
|
||
|
||
<div class="hero-actions">
|
||
<a class="btn btn-primary" href="#noc">View Live Systems</a>
|
||
<a class="btn btn-secondary" href="https://chasedumphord.com" target="_blank" rel="noopener noreferrer">
|
||
Main Portfolio
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section id="noc" class="section noc-dashboard">
|
||
<div class="container">
|
||
<div class="section-heading">
|
||
<p class="section-label">Ced’s NOC</p>
|
||
<h2>Live Systems Overview</h2>
|
||
<p class="section-intro">
|
||
Real infrastructure inventory from Ced’s HomeLab, K3s cluster, and APRS edge systems.
|
||
</p>
|
||
</div>
|
||
|
||
<div class="noc-command-bar">
|
||
<span class="status-dot"></span>
|
||
<span id="noc-status-text">Loading NOC status...</span>
|
||
</div>
|
||
|
||
<p class="noc-proof">
|
||
Built using real infrastructure: Proxmox • K3s • TrueNAS • VLAN segmentation • APRS RF Edge Systems
|
||
</p>
|
||
|
||
<div class="noc-metrics-grid">
|
||
<div class="noc-metric">
|
||
<h3 id="metric-nodes">--</h3>
|
||
<p>Infrastructure Nodes</p>
|
||
</div>
|
||
|
||
<div class="noc-metric">
|
||
<h3 id="metric-services">--</h3>
|
||
<p>Services Online</p>
|
||
</div>
|
||
|
||
<div class="noc-metric">
|
||
<h3 id="metric-vlans">--</h3>
|
||
<p>Network Segments</p>
|
||
</div>
|
||
|
||
<div class="noc-metric">
|
||
<h3 id="metric-edge">--</h3>
|
||
<p>Edge Systems</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="noc-alert-panel">
|
||
<div class="noc-alert-header">
|
||
<h3>🚨 NOC Alert Panel</h3>
|
||
<span>Top 3 System Notes</span>
|
||
</div>
|
||
|
||
<div id="noc-alert-list" class="noc-alert-list">
|
||
<p>Loading alerts...</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div id="noc-system-grid" class="noc-system-grid"></div>
|
||
</div>
|
||
</section>
|
||
|
||
<section id="vision" class="section noc-section">
|
||
<div class="container">
|
||
<div class="section-heading">
|
||
<p class="section-label">NOC Roadmap</p>
|
||
<h2>📊 Ced’s NOC Vision</h2>
|
||
<p class="section-intro">
|
||
Ced’s NOC is being built as a staged monitoring and systems-visibility platform for HomeLab,
|
||
Kubernetes, edge devices, and future production-style dashboards.
|
||
</p>
|
||
</div>
|
||
|
||
<div class="noc-grid">
|
||
<div class="noc-card">
|
||
<h3>✅ Current: Live JSON Dashboard</h3>
|
||
<p>
|
||
JSON-driven dashboard that displays real inventory, online/offline checks, service labels,
|
||
latency, and last-check timestamps.
|
||
</p>
|
||
</div>
|
||
|
||
<div class="noc-card">
|
||
<h3>⚙️ Next: Automated Data Updates</h3>
|
||
<p>
|
||
Scheduled local scripts will refresh system status data automatically and push
|
||
dashboard-ready JSON into the live NOC.
|
||
</p>
|
||
</div>
|
||
|
||
<div class="noc-card">
|
||
<h3>📈 Future: Grafana + Prometheus</h3>
|
||
<p>
|
||
Deeper monitoring stack for Proxmox, TrueNAS, K3s, Raspberry Pi nodes, Uptime Kuma,
|
||
and APRS edge systems.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
<footer class="site-footer">
|
||
<div class="container footer-content">
|
||
<p>© <span data-year></span> Chase Dumphord • Ced’s NOC</p>
|
||
<a href="#top" class="back-to-top">Back to top ↑</a>
|
||
</div>
|
||
</footer>
|
||
|
||
<script src="script.js"></script>
|
||
</body>
|
||
</html> |