diff --git a/README.md b/README.md index 82473eb0..a358f5d3 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,25 @@ This demonstrates: --- +## 🖼️ Live Dashboard Preview + +### 📊 Metrics Overview + +![NOC Metrics](./screenshots/noc-metrics.png) + +### 🖥️ Systems Overview + +![NOC Systems](./screenshots/noc-systems.png) + +--- + +## 🔴 Live System Status + +![NOC Status](https://img.shields.io/badge/NOC-Operational-brightgreen?style=for-the-badge) +![Systems](https://img.shields.io/badge/Systems-Online-blue?style=for-the-badge) +![Edge](https://img.shields.io/badge/Edge-RF%20Active-orange?style=for-the-badge) + +--- # 🧠 Featured System — Ced’s NOC (Network Operations Center) A real-time monitoring and observability platform built on top of my homelab infrastructure. diff --git a/screenshots/noc-metrics.png b/screenshots/noc-metrics.png new file mode 100644 index 00000000..b4d793c8 Binary files /dev/null and b/screenshots/noc-metrics.png differ diff --git a/screenshots/noc-systems.png b/screenshots/noc-systems.png new file mode 100644 index 00000000..29174188 Binary files /dev/null and b/screenshots/noc-systems.png differ