carlene: add smartd
This commit is contained in:
parent
6b27128b6d
commit
8d5fe0d926
1 changed files with 7 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue