SOLVED How to view SMART results when no errors are detected?

spiceygas

Explorer
Joined
Jul 9, 2020
Messages
63
I just setup a new pool with brand news drives, and I plan to stress them and monitor for a few weeks to make sure no problems are detected. I'm also brand new to FreeNAS, so I apologize in advance if this sounds like an amateur question.

How do I get SMART results to be emailed to me even if no errors are detected? Here's what I've done so far:
  1. Setup email under "System" and successfully delivered a test message.
  2. Scheduled a SMART task for a short test to run daily.
  3. In System > Alert Settings, set SMART Error warning level to "Info."
I never got an email that the test had run. Thumbnails below of how I did setup in steps #2 and #3.

Any suggestions what I'm doing wrong?

Scheduled Task.png SMART Level.png
 

garm

Wizard
Joined
Aug 19, 2017
Messages
1,556
You aren’t doing anything wrong. It’s set up as intended. If you want reports emailed there is a resource for that. Otherwise you can just set up a cron job to cycle through your drives with smartctl -a /dev/[drive] and print that to a file in an smb share or something.
 

spiceygas

Explorer
Joined
Jul 9, 2020
Messages
63
Joined
Jul 10, 2016
Messages
521

spiceygas

Explorer
Joined
Jul 9, 2020
Messages
63
Thank you.
 
Top