Seems reasonable to me. Which model? If you have smartmontools installed, you can:
Code:
smartctl -l scterc /dev/sdX
To poll the drive for its ERC value. (This is the correct, non-marketing term, that's used for TLER which is a WDC term.)
That's the least of the concerns, in my opinion. The higher UER, and no hassle warranty handling are worth more. Nearline SAS/SATA has an order magnitude lower UER. And anyone considering hardware RAID should consider at least nearline SAS/SATA if not enterprise SATA (yet another order magnitude lower UER).
Enterprise SAS is not just for enterprise anymore. If you really care about your data, you're not running a distributed file system, you're not using a resilient file system, then you should consider enterprise SAS. Otherwise, sure save the money.
At this point, I'd consider conventional RAID 6. Or RAIDZ1 or RAIDZ2. I wouldn't do conventional RAID1 or RAID5 because when scrubbing there is an ambiguity if there's a mismatch in data (not read error, if a drive reports a read error you'll get a correction).
And regardless of the RAID implementation, schedule regular scrubbings. Once a month?