From 522cecb9fbefccfdd135859bb164577be09691a1 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Thu, 20 May 2021 18:24:23 +0200 Subject: [PATCH] nodes/rx300: add smartd --- nodes/rx300.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nodes/rx300.py b/nodes/rx300.py index 57ee9ca..c7ca470 100644 --- a/nodes/rx300.py +++ b/nodes/rx300.py @@ -10,6 +10,7 @@ nodes['rx300'] = { 'hostname': '172.19.138.26', 'bundles': { 'lldp', # TODO remove once this is no longer at home + 'smartd', 'zfs', }, 'groups': { @@ -34,6 +35,11 @@ nodes['rx300'] = { 'lldp': { 'hostname': 'rx300.kunbox.net', }, + 'smartd': { + 'disks': { + '/dev/nvme0', + }, + }, 'systemd-networkd': { 'bonds': { 'bond0': {