freebsd-ports/sysutils/smartmontools/pkg-message
Norikatsu Shigemura ff755b6f57 rcNG-fy.
Approved by:	maintainer no response (1 week)
Reviewed by:	eik
Suggested by:	hrs (obtained from: hrs's cvsyncd patch)
2004-04-28 18:27:52 +00:00

13 lines
480 B
Text

smartmontools has been installed
To check the status of drives, use the following:
${PREFIX}/sbin/smartctl -a ad0 for first ATA drive
${PREFIX}/sbin/smartctl -a 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