Created
September 30, 2014 15:03
-
-
Save maleadt/02a58eb46118c1d8014c to your computer and use it in GitHub Desktop.
Sample smartd.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# WD Red | |
# - check some stuff and track everything (-a) | |
# - ignore temperature (194 and 231) and power-on hours (9) attributes (-I) | |
/dev/disk/by-id/ata-WDC_WD30EFRX-68AX9N0_WD-WMC1T0938110 -a -d sat \ | |
-I 194 -I 231 -I 9 \ | |
-m root -M diminishing | |
/dev/disk/by-id/ata-WDC_WD30EFRX-68AX9N0_WD-WMC1T0965778 -a -d sat \ | |
-I 194 -I 231 -I 9 \ | |
-m root -M diminishing | |
/dev/disk/by-id/ata-WDC_WD30EFRX-68AX9N0_WD-WMC1T0876678 -a -d sat \ | |
-I 194 -I 231 -I 9 \ | |
-m root -M diminishing | |
/dev/disk/by-id/ata-WDC_WD30EFRX-68EUZN0_WD-WMC4N0726332 -a -d sat \ | |
-I 194 -I 231 -I 9 \ | |
-m root -M diminishing | |
/dev/disk/by-id/ata-WDC_WD30EFRX-68AX9N0_WD-WMC1T0979299 -a -d sat \ | |
-I 194 -I 231 -I 9 \ | |
-m root -M diminishing | |
# Intel 320 | |
# http://blog.2ndquadrant.com/intel_ssds_lifetime_and_the_32/ | |
# - check some stuff and track everything (-a) | |
# - ignore power-on hours (9), power cycle count (12), host writes (225), LBAs written (241), LBAs read (242) attributes (-I) | |
# - monitor raw attributes changes for unsafe shutdown count (192) and media wearout indicator (233) (-R) | |
/dev/disk/by-id/ata-INTEL_SSDSA2CW080G3_CVPR138001EB080BGN -a -d sat \ | |
-I 9 -I 12 -I 225 -I 241 -I 242 \ | |
-R 192! -R 233! \ | |
-m root -M diminishing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment