summaryrefslogtreecommitdiff
path: root/f3s
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-08 22:17:15 +0200
committerPaul Buetow <paul@buetow.org>2026-01-08 22:17:15 +0200
commit4aa485ad046c20a52ac92e07d5bbaf593f9687ce (patch)
tree4569fcd51b935cc4b865fa3a0dcf72704f401f66 /f3s
parentb21a3f887bc38157e1fd44dbd2e90b34ff3af244 (diff)
Remove invalid radicale scrape job (no metrics endpoint)
Diffstat (limited to 'f3s')
-rw-r--r--f3s/prometheus/additional-scrape-configs.yaml14
1 files changed, 1 insertions, 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
+