Update README.md

Made major changes and added a few sections
This commit is contained in:
Chase Dumphord
2026-04-28 11:50:03 -05:00
committed by GitHub
parent 432e70b7e8
commit 7d576388b4
+65
View File
@@ -268,6 +268,57 @@ http://<your-server-ip>:3000
---
## 🔗 Integration
This observability stack is part of a larger ecosystem:
- Ceds HomeLab → Infrastructure layer
- Ceds Observability Stack → Metrics + monitoring layer
- Ceds NOC → Visualization and operations layer
Data flows from monitored systems into Prometheus, is visualized in Grafana, and feeds Ceds 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://<node-ip>: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.