On 3/9/25 14:50, Michael Stone wrote:
On Sun, Mar 09, 2025 at 12:04:10PM -0700, David Christensen wrote:
I have glanced at smartd(8), but have yet to try it because it seems
to prefer sending reports via e-mail (?).
It's highly configurable. It also logs to syslog, and mails can be
disabled entirely or replaced by some other scripted function.
My process is something like:
# cd /hardware/manufacturer/model/serial
# smartctl -t long /dev/disk/by-id/ata-model-serial
# # wait until test is done
# smartctl -x /dev/disk/by-id/ata-model-serial > smartctl.out
# cvs commit
Do you know of a "howto" URL that describes enough of the scripted
functionality of smartd(8) that I could achieve the above?
David