docs: add persistent volumes info and confirm monitoring stack is working
This commit is contained in:
parent
33118fbd4a
commit
29fd021fec
|
|
@ -78,6 +78,10 @@ localhost:80 {
|
||||||
- Verzeichnis: `/root/monitoring`
|
- Verzeichnis: `/root/monitoring`
|
||||||
- Startskript: `start-monitoring-podman.sh`
|
- Startskript: `start-monitoring-podman.sh`
|
||||||
- **Status:** ✅ Alle Services laufen (Prometheus, Grafana, cAdvisor, Node Exporter, Alertmanager)
|
- **Status:** ✅ Alle Services laufen (Prometheus, Grafana, cAdvisor, Node Exporter, Alertmanager)
|
||||||
|
- **Persistente Volumes:**
|
||||||
|
- `prometheus_data` - Prometheus-Datenbank
|
||||||
|
- `grafana_data` - Grafana-Dashboards und Konfiguration
|
||||||
|
- `alertmanager_data` - Alertmanager-Konfiguration
|
||||||
- Standard-Ports:
|
- Standard-Ports:
|
||||||
- Prometheus: 9090
|
- Prometheus: 9090
|
||||||
- Grafana: 3002 (admin/admin123 – bitte ändern)
|
- Grafana: 3002 (admin/admin123 – bitte ändern)
|
||||||
|
|
@ -85,6 +89,7 @@ localhost:80 {
|
||||||
- Node Exporter: 9100
|
- Node Exporter: 9100
|
||||||
- Alertmanager: 9093
|
- Alertmanager: 9093
|
||||||
- **Verwaltung:** `cicd monitoring {start|stop|status|logs|urls}`
|
- **Verwaltung:** `cicd monitoring {start|stop|status|logs|urls}`
|
||||||
|
- **Persistenz:** Alle Daten werden in Podman-Volumes gespeichert und überleben Container-Neustarts
|
||||||
|
|
||||||
## Applikationen
|
## Applikationen
|
||||||
- Snake Game (`/root/snake-game`)
|
- Snake Game (`/root/snake-game`)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue