From 506ddad2dc86bd6a9afcebb111b8c1107c73c50d Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 18 Jul 2025 12:46:22 -0500 Subject: [PATCH] site: Apply scrape-collectd-configmap PB Machines that are not part of the Kubernetes cluster, need to be explicitly listed in this ConfigMap in order for Victoria Metrics to scrape collectd metrics from them. --- site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/site.yml b/site.yml index 89e7976..4d5d080 100644 --- a/site.yml +++ b/site.yml @@ -1,4 +1,5 @@ - import_playbook: host-setup.yml +- import_playbook: scrape-collectd-configmap.yml - import_playbook: fileserver.yml - import_playbook: frigate.yml