Active monitoring scrub Status

Status
Not open for further replies.

Yell

Explorer
Joined
Oct 24, 2012
Messages
74
It would be greate to active monitor a scrub/checksum errors for Harddisk replacement purpose.

I'm atm using the following commandline from ssh
Code:
while true ; do clear; zpool status | grep -e scrub -e STATE -e ada ; sleep 60; done

Note: i have created my raid from the command line, because i was one disk short)

Lets say you have a button under Storage->Active Volumes in front of the datapool(s) to start scrub monitoring.
Output would go below the datapool like this:
5fktn5.png

Note: the pool is degrated because i created a degrated raidz2 and "md3" is offline (woulndt be grep'ed and dosent exist).


I know i get a nightly email like:
# skipping scrubbing of pool 'datapool':
last scrubbing is 0 days ago, threshold is set to 20 days
But i dont like to wait and dont want to configure an hourly email spam.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
you did a poor job of blocking out anime, backup, and movies.. :)
 

Yell

Explorer
Joined
Oct 24, 2012
Messages
74
damn you freenas gui, but nvm.

Yes i like Animes and Movies :D
 
Status
Not open for further replies.
Top