From 2c282a84e06e256695a29f06999126703b4c52c3 Mon Sep 17 00:00:00 2001 From: Finn Date: Sun, 18 Aug 2024 23:10:13 -0700 Subject: [PATCH] drop unused prom scrape --- .../prom-scrape-configs/scrape-configs.yaml | 45 ------------------- 1 file changed, 45 deletions(-) diff --git a/k8s/monitoring/prom-scrape-configs/scrape-configs.yaml b/k8s/monitoring/prom-scrape-configs/scrape-configs.yaml index 2b91785..a4de662 100644 --- a/k8s/monitoring/prom-scrape-configs/scrape-configs.yaml +++ b/k8s/monitoring/prom-scrape-configs/scrape-configs.yaml @@ -118,51 +118,6 @@ scheme: https static_configs: - targets: [git.janky.solutions] -- job_name: 'blackbox-icmp' - metrics_path: /probe - params: - module: [icmp] # Send ICMP pings - static_configs: - - targets: - - openwrt - - 10.5.2.4 # zoe via wireguard - - 10.5.2.5 # plur-police via wireguard - - 8.8.8.8 - - 8.8.4.4 - - ns380201.janky.solutions - - ns328891.janky.solutions - - dan.home.callpipe.com - - 18.236.0.0 # aws us-west-2 test IP (http://ec2-reachability.amazonaws.com/) - - docker-1.janky.cloud - - taint - relabel_configs: - - source_labels: [__address__] - target_label: __param_target - - source_labels: [__param_target] - target_label: instance - - target_label: __address__ - replacement: 127.0.0.1:9115 -- job_name: 'blackbox-http' - metrics_path: /probe - params: - module: [http_2xx] # Look for a HTTP 200 response - static_configs: - - targets: - - https://finn.io - - https://janky.solutions - - https://social.seattle.wa.us - - https://media.social.seattle.wa.us/liveness - - https://ha.herzfeld.casa - - https://grocy.herzfeld.casa - - https://janky.cloud - - https://bw.janky.cloud - relabel_configs: - - source_labels: [__address__] - target_label: __param_target - - source_labels: [__param_target] - target_label: instance - - target_label: __address__ - replacement: 127.0.0.1:9115 - job_name: speedtest scrape_interval: 30m scrape_timeout: 1m