From 7d576388b43c2d5b4cb4f30eb2ea1e5ea6046fc8 Mon Sep 17 00:00:00 2001 From: Chase Dumphord <60725859+ced4568@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:50:03 -0500 Subject: [PATCH] Update README.md Made major changes and added a few sections --- README.md | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/README.md b/README.md index f73e33c..2a45469 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,57 @@ http://:3000 --- +## 🔗 Integration + +This observability stack is part of a larger ecosystem: + +- Ced’s HomeLab → Infrastructure layer +- Ced’s Observability Stack → Metrics + monitoring layer +- Ced’s NOC → Visualization and operations layer + +Data flows from monitored systems into Prometheus, is visualized in Grafana, and feeds Ced’s NOC dashboard for real-time system visibility. + +--- + +## 🧪 Verification + +To verify the system is working correctly: + +### Prometheus Targets + +- Navigate to: http://localhost:9090/targets +- Confirm all targets show UP + +--- + +### Node Exporter + +bash curl http://:9100/metrics + +--- + +### Service Health Check + +bash python3 scripts/service-health-check.py + +--- + +### Grafana + +- Confirm dashboards display real-time metrics +- Verify data source connection to Prometheus +- Check for active alerts + +--- + +### Alert Testing + +- Stop a service or node temporarily +- Confirm alert triggers in Prometheus +- Confirm alert appears in Grafana + +--- + ## 📌 Status 🟢 **Active Development** @@ -285,4 +336,18 @@ This repository demonstrates the ability to: * Build **production-style monitoring stacks** * Apply **real-world SRE practices** +--- + +## 🧠 Future Improvements + +- Loki log aggregation +- Tempo tracing +- Cloudflare Access log ingestion +- Automated remediation (self-healing infrastructure) +- Grafana public demo dashboard +- GitOps-based deployment (Argo CD / Flux) +- Multi-cluster Kubernetes monitoring + +--- + > 🚀 Designed as a **portfolio-grade project** for career growth, promotion, and technical leadership visibility.