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
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
8456ac43c6
commit
295ff72b4b
7 changed files with 878 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -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': {
|
||||
|
|
|
@ -14,6 +14,7 @@ nodes['htz.ex42-1048908'] = {
|
|||
'rspamd',
|
||||
'postgresql',
|
||||
'radicale',
|
||||
'smartd',
|
||||
'travelynx',
|
||||
'vmhost',
|
||||
'voc-loudness-monitor',
|
||||
|
@ -321,6 +322,12 @@ nodes['htz.ex42-1048908'] = {
|
|||
},
|
||||
'password': vault.decrypt('encrypt$gAAAAABfp7qzym32R6Go1A6oax0NGQM7EBMckbEbnZC6-RSKx-klSJsL57XbSUTD-AJM-gBIPzlmor-3bfVxPWLRYXtO8uTVw6jNQ1yt15ReHkOTijVqV2ACk-LTDBG3p4YKBn0pQgNvvjXhWV_J1-Pgjywbl4sHXc0zqjCGZ6xtEn6ywj0Pd599JJjREF4QCIFVZVWuKvo1'),
|
||||
},
|
||||
'smartd': {
|
||||
'disks': {
|
||||
'/dev/nvme0',
|
||||
'/dev/nvme1',
|
||||
},
|
||||
},
|
||||
'travelynx': {
|
||||
'version': '1.18.10',
|
||||
'mail_from': 'travelynx@franzi.business',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue