Files
ceds-noc/index.html
T

169 lines
5.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ceds NOC | Live Systems Dashboard</title>
<meta
name="description"
content="Ceds 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">Ceds 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>Ceds 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">Ceds NOC</p>
<h2>Live Systems Overview</h2>
<p class="section-intro">
Real infrastructure inventory from Ceds 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>📊 Ceds NOC Vision</h2>
<p class="section-intro">
Ceds 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 • Ceds NOC</p>
<a href="#top" class="back-to-top">Back to top ↑</a>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>