> # grep /dev/ada5 /usr/local/etc/smartd.conf
> /dev/ada5 -a -m [email protected] -o on -S on -s (S/../.././22|L/../../7/10)

У меня так:

/dev/ad0 -a -m [email protected] -d ata \
-W 0,0,60 \ # предупредить письмом если температура 60 градусов
-R 5! \   # Reallocated_Sector_Ct
-R 1! \   # Raw_Read_Error_Rate
-R 7! \   # Seek_Error_Rate
-R 10! \  # Spin_Retry_Count
-R 11! \  # Calibration_Retry_Count
-R 196! \ # Reallocated_Sector_Ct
-R 197! \ # Current_Pending_Sector
-R 199! \ # UDMA_CRC_Error_Count
-R 200! \ # Multi_Zone_Error_Rate
-I 194 \  # temperature
-I 9      # power-on hours
### не включено  -o on \ # включить автоматический self-test
### -M test \ # временно

Ответить