nodes/rx300: add smartd
This commit is contained in:
parent
78498b5a46
commit
522cecb9fb
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,7 @@ nodes['rx300'] = {
|
||||||
'hostname': '172.19.138.26',
|
'hostname': '172.19.138.26',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'lldp', # TODO remove once this is no longer at home
|
'lldp', # TODO remove once this is no longer at home
|
||||||
|
'smartd',
|
||||||
'zfs',
|
'zfs',
|
||||||
},
|
},
|
||||||
'groups': {
|
'groups': {
|
||||||
|
@ -34,6 +35,11 @@ nodes['rx300'] = {
|
||||||
'lldp': {
|
'lldp': {
|
||||||
'hostname': 'rx300.kunbox.net',
|
'hostname': 'rx300.kunbox.net',
|
||||||
},
|
},
|
||||||
|
'smartd': {
|
||||||
|
'disks': {
|
||||||
|
'/dev/nvme0',
|
||||||
|
},
|
||||||
|
},
|
||||||
'systemd-networkd': {
|
'systemd-networkd': {
|
||||||
'bonds': {
|
'bonds': {
|
||||||
'bond0': {
|
'bond0': {
|
||||||
|
|
Loading…
Reference in a new issue