From c57500a9f499d2aaecdc3a704d2a91bfde2be180 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 12 Aug 2022 12:55:52 -0500 Subject: [PATCH] metricspi: Update speedtest scrape target The firewall hardware is too slow to run the *prometheus_speedtest* program. It always showed *way* lower speeds than were actually available. I've moved the service to the Kubernetes cluster and it works a lot better there. --- group_vars/metricspi/scrape.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/metricspi/scrape.yml b/group_vars/metricspi/scrape.yml index 2faf11c..5814345 100644 --- a/group_vars/metricspi/scrape.yml +++ b/group_vars/metricspi/scrape.yml @@ -11,7 +11,7 @@ vmagent_scrape_configs: metrics_path: /probe static_configs: - targets: - - 172.30.0.1:9516 + - k8s-ingress.pyrocufflink.blue:30516 - job_name: blackbox metrics_path: /probe