bundles/smartd: introduce, add to hosts where *we* need to keep track of disk health
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-29 12:07:27 +01:00
parent 8456ac43c6
commit 295ff72b4b
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 878 additions and 0 deletions

View file

@ -3,6 +3,7 @@ nodes['home.kodi-wohnzimmer'] = {
'bundles': {
'kodi',
'nfs-client',
'smartd',
},
'groups': {
'debian-buster',
@ -37,6 +38,11 @@ nodes['home.kodi-wohnzimmer'] = {
},
},
},
'smartd': {
'disks': {
'/dev/sda',
},
},
'vm': {
'cpu': 2,
'ram': 4,

View file

@ -4,6 +4,7 @@ nodes['home.nas'] = {
'backup-server',
'netdata',
'nfs-server',
'smartd',
'vmhost',
'zfs',
},
@ -52,6 +53,11 @@ nodes['home.nas'] = {
},
},
},
'smartd': {
'disks': {
'/dev/nvme0',
},
},
'systemd-networkd': {
'bonds': {
'bond0': {