hashipi

Raspberry Pi home lab with Nomad and OpenBao
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | Pull requests |Archive | README

commit d7335e8305d4bc098e483fa2f43ed7df228ab39f
parent c0b1e964c70bb01746a122d7ce079559de80d27c
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun, 23 Nov 2025 23:45:44 +0100

feat(intel): add collectd to monitor mdadm

Diffstat:
Mconfig/preseed.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/preseed.cfg b/config/preseed.cfg @@ -107,7 +107,7 @@ d-i user-setup/encrypt-home boolean false ### Package selection tasksel tasksel/first multiselect standard, ssh-server d-i pkgsel/include string cloud-initramfs-growroot openssh-server \ - build-essential sudo gnupg2 unzip lxc bridge-utils mdadm vim + build-essential sudo gnupg2 unzip vim git lxc bridge-utils mdadm collectd d-i pkgsel/upgrade select full-upgrade # Temporarily allow ssh root login for packer builder