From a32e6676eb6c1cbe730b31ed4dcf083479c6e439 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 21 Sep 2023 16:42:46 -0500 Subject: [PATCH] nvr1: Install collectd Also enabling the `md` plugin, which is disabled by default, to monitor the software RAID array where Frigate recordings are stored. --- nvr1.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nvr1.yaml b/nvr1.yaml index 3ee51d0..fd1df1b 100644 --- a/nvr1.yaml +++ b/nvr1.yaml @@ -8,6 +8,7 @@ ignition: - local: zram.ign - local: gasket-driver.ign - local: frigate.ign + - local: collectd.ign kernel_arguments: should_exist: @@ -26,3 +27,8 @@ storage: [Mount] What=/dev/disk/by-label/frigate Where=/var/lib/frigate + - path: /etc/collectd.d/md.conf + mode: 0644 + contents: + inline: | + LoadPlugin md