komodo-stacks/stacks/monitoring/prometheus
2026-03-09 16:34:45 +00:00
..
compose.yml feat: Initial stacks for testing 2026-03-09 16:02:18 +00:00
README.md feat: Initial stacks for testing 2026-03-09 16:02:18 +00:00
stack.toml fix: Simplify stack.toml format to basic metadata only 2026-03-09 16:34:45 +00:00

Prometheus

📊 Monitoring & Alerting

Prometheus ist ein Open-Source-Monitoring- und Alerting-System.


🚀 Quick Start

  1. In Komodo: Stack auswählen → Deploy
  2. Server wählen
  3. Warten bis Container läuft
  4. Caddy Config hinzufügen
  5. Öffnen unter prometheus.example.com

🔧 Caddy Integration

ssh <server>
sudo nano /etc/caddy/Caddyfile

Hinzufügen:

prometheus.example.com {
    reverse_proxy localhost:9090
}
sudo systemctl reload caddy

🔐 Secrets (Komodo)

Keine Secrets erforderlich für Basis-Installation.


📁 Files

  • compose.yml - Docker Compose Konfiguration

📊 Prometheus UI


🔄 Updates

Prometheus wird automatisch aktuell gehalten durch Komodo.


📞 Support