This role configures smartd from the smartmontools to make it more sensible with Raspberry Pis and systems with NVME drives. It
- Ensures smartd does not stop when no disks are found (rpis i.e.)
- Disable devicescan to reduce spam mails for nvme drives if
smartd_disable_devicescan
is set
Name | Comment | Default value |
---|---|---|
smartd_disable_devicescan | Disable device scan | false |
None
- name: Debian clients
hosts: debian
roles:
- role: oxivanisher.linux_base.smartd
BSD
This role is part of the oxivanisher.linux_base collection, and the source for that is located on github.