From 78afee9abc0617e1e6b5965ce867345b1905d5d3 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 23 Aug 2024 09:28:05 -0500 Subject: [PATCH] v-m/scrape: Remove static VM hosts from collectd The VM hosts are now managed by the "main" Ansible inventory and thus appear in the host list ConfigMap. As such, they do not need to be listed explicitly in the static targets list. --- victoria-metrics/scrape.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/victoria-metrics/scrape.yml b/victoria-metrics/scrape.yml index f9f39df..39c6597 100644 --- a/victoria-metrics/scrape.yml +++ b/victoria-metrics/scrape.yml @@ -84,8 +84,6 @@ scrape_configs: - nut0.pyrocufflink.blue - nvr2.pyrocufflink.blue - unifi3.pyrocufflink.blue - - vmhost0.pyrocufflink.blue - - vmhost1.pyrocufflink.blue file_sd_configs: - files: - /scrape/collectd/scrape-collectd.yml