From 4aa485ad046c20a52ac92e07d5bbaf593f9687ce Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 8 Jan 2026 22:17:15 +0200 Subject: Remove invalid radicale scrape job (no metrics endpoint) --- f3s/prometheus/additional-scrape-configs.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/f3s/prometheus/additional-scrape-configs.yaml b/f3s/prometheus/additional-scrape-configs.yaml index 9406c7f..be118df 100644 --- a/f3s/prometheus/additional-scrape-configs.yaml +++ b/f3s/prometheus/additional-scrape-configs.yaml @@ -18,16 +18,4 @@ - targets: - 'pushgateway.monitoring.svc.cluster.local:9091' -# Radicale CalDAV/CardDAV server health monitoring -# Radicale doesn't expose Prometheus metrics, so we scrape the web interface -# and rely on the 'up' metric to determine if the service is available -- job_name: 'radicale' - metrics_path: '/.web/' - static_configs: - - targets: - - 'radicale-service.services.svc.cluster.local:80' - labels: - service: radicale - namespace: services - scrape_interval: 30s - scrape_timeout: 10s + -- cgit v1.2.3