From f16c2fae2f5b7dce14b343f0a6fd1a4d94057e93 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 11 Apr 2023 10:13:15 -0500 Subject: [PATCH] burp1.p.b: Enable md and thermal collectd plugins The BURP storage volume is now backed by a Linux MD RAID array, so we want to monitor its state. Furthermore, since this machine is a physical device, we should monitor its thermal characteristics as well. --- host_vars/burp1.pyrocufflink.blue.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 host_vars/burp1.pyrocufflink.blue.yml diff --git a/host_vars/burp1.pyrocufflink.blue.yml b/host_vars/burp1.pyrocufflink.blue.yml new file mode 100644 index 0000000..9ac879e --- /dev/null +++ b/host_vars/burp1.pyrocufflink.blue.yml @@ -0,0 +1,3 @@ +collectd_plugins: + md: true + thermal: true