carlene: add smartd

This commit is contained in:
Franzi 2023-07-13 21:31:44 +02:00
parent 6b27128b6d
commit 8d5fe0d926
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -3,6 +3,7 @@ groups = [
"debian-bookworm", "debian-bookworm",
] ]
bundles = [ bundles = [
"smartd",
"check-mail-received", "check-mail-received",
"zfs", "zfs",
] ]
@ -19,6 +20,12 @@ ips = [
gateway4 = "193.135.9.1" gateway4 = "193.135.9.1"
#gateway6 = "" #gateway6 = ""
[metadata.smartd]
disks = [
"/dev/nvme0",
"/dev/nvme1",
]
[[metadata.zfs.pools.tank.when_creating.config]] [[metadata.zfs.pools.tank.when_creating.config]]
devices = [ devices = [
"/dev/nvme0n1p3", "/dev/nvme0n1p3",