mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
f19cf20235
- Use USE_RC_SUBR=smartd - Add pkg-message to SUB_FILES facility PR: ports/96206 [1] Submitted by: Dmitry Morozovsky <marck@freebsd.org> [1] Reworked by: garga Approved by: maintainer
15 lines
496 B
Plaintext
15 lines
496 B
Plaintext
smartmontools has been installed
|
|
|
|
To check the status of drives, use the following:
|
|
|
|
%%PREFIX%%/sbin/smartctl -a /dev/ad0 for first ATA drive
|
|
%%PREFIX%%/sbin/smartctl -a /dev/da0 for first SCSI drive
|
|
|
|
To enable monitor of drives, you can use %%PREFIX%%/sbin/smartd
|
|
A sample configuration file has been installed as
|
|
%%PREFIX%%/etc/smartd.conf.sample
|
|
Copy this file to %%PREFIX%%/etc/smartd.conf and edit appropriately
|
|
|
|
To have smartd start at boot
|
|
echo 'smartd_enable="YES"' >> /etc/rc.conf
|