komodo-stacks/stacks/monitoring/prometheus
nocci 8cc2076a50 feat: Add stack.toml metadata files for Komodo recognition
Added stack.toml files for all stacks:
- monitoring/prometheus/stack.toml
- monitoring/grafana/stack.toml
- monitoring/node-exporter/stack.toml
- communication/gotify/stack.toml
- communication/vaultwarden/stack.toml

Each stack.toml contains:
- Stack metadata (name, description, version, category)
- Compose file reference
- Secret variables
- Port mappings
- Volume definitions
- Network configuration
- Healthcheck settings
2026-03-09 16:29:23 +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 feat: Add stack.toml metadata files for Komodo recognition 2026-03-09 16:29:23 +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