From 9e790d055ca3dabfa070b02c1e525360e085c635 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 25 Jan 2024 07:57:18 -0600 Subject: [PATCH] common: Do not install collectd I think I have finally decided that I want *collectd* to run in a container on FCOS machines. It's much easier and quicker to deploy and configure that way. The only drawback is how filesystems are monitored, but I think I am okay with `ReportByDevice` now. In fact, I might even like it better, since container hosts have *tons* of redundant mounts that add noise to the disk usage charts. --- common.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/common.yaml b/common.yaml index 8e7ba60..8ae78df 100644 --- a/common.yaml +++ b/common.yaml @@ -5,7 +5,6 @@ ignition: config: merge: - local: sshkeys.ign - - local: collectd.ign - local: local_exporter.ign - local: notify-shutdown.ign - local: ssh-host-certs.ign