From 410d2dea1de8bf0b270275e293d03be08992c9e7 Mon Sep 17 00:00:00 2001 From: Automation Admin Date: Thu, 14 Aug 2025 20:13:19 +0000 Subject: [PATCH] docs: add Rust server monitoring configuration and current status --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6d14853..7868019 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,12 @@ localhost:80 { - `prometheus_data` - Prometheus-Datenbank - `grafana_data` - Grafana-Dashboards und Konfiguration - `alertmanager_data` - Alertmanager-Konfiguration +- **Rust-Server Monitoring:** + - Prometheus-Targets: `rust-server:8080`, `rust-game:8080` (konfiguriert, aber keine Metriken verfügbar) + - Grafana-Dashboard: `rust-server.json` (Container-Performance, Netzwerk, System) + - **Aktueller Status:** Rust-Server läuft (rustadm status: RUNNING) + - **Monitoring-Methode:** Über cAdvisor (System-Metriken) und Node Exporter (Host-Metriken) + - **Ports:** 28015-28016 (TCP/UDP), 8080, 28082 - Standard-Ports: - Prometheus: 9090 - Grafana: 3002 (admin/admin123 – bitte ändern)