From 0a5f6e10b5e89e263dc0ec24e38e9327910944fe Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 1 Aug 2025 02:50:57 +0300 Subject: [PATCH] Add uptime kuma to prometheus --- .../additional-scrape-configs.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml index 49c9acb..5935c0e 100644 --- a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml +++ b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml @@ -35,9 +35,15 @@ stringData: static_configs: - targets: - minio.infra.svc.cluster.local:9000 - - job_name: nextcloud static_configs: - targets: - nextcloud-exporter.my-apps.svc.cluster.local:9205 scheme: http + - job_name: uptime-kuma + static_configs: + - targets: + - uptime-kuma.my-apps.svc.cluster.local:3001 + basic_auth: + username: dvirlabs + password: dvir4210200Ho