[stack] name = "Node Exporter" description = "System-Metriken für Prometheus" version = "1.0.0" category = "monitoring" author = "nocci" [compose] file = "node-exporter-compose.yml" [variables] # Keine Secrets erforderlich [ports] node_exporter = "9100" [healthcheck] endpoint = "http://localhost:9100/metrics" interval = "30s" timeout = "10s" retries = 3