Skip to content

fohlsso2/FreeNAS-Report

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZPool & SMART status report with FreeNAS config backup

Original script by joeschmuck, modified by Bidelu0hm, then by melp, and then by me too

Preview of the output here: http://i.imgur.com/t9Mtqyt.png

When a resilver is in progress: https://i.imgur.com/CUNUZ7r.png

After the resilver is done: https://i.imgur.com/I43MLLf.png

When a scrub is in progess: https://i.imgur.com/YGmvZT4.png

At a minimum, you will need to enter your email address in user-definable parameter section. Feel free to edit other user parameters as needed.

Version: v1.3

Changelog:

and my mods are:

  • fixed the broken border on zpool status summary header
  • in statusOutput changed grep to scrub: instead of scrub
  • added elif for resilvered/resilver in progress and scrub in progress with (hopefully) som useful info fields
  • changed the email subject to include hostname and date & time
  • aaand fixed the parser

v1.3:

  • Added scrub duration column
  • Fixed for FreeNAS 11.1 (thanks reven!)
  • Fixed fields parsed out of zpool status
  • Buffered zpool status to reduce calls to script

v1.2:

  • Added switch for power-on time format
  • Slimmed down table columns
  • Fixed some shellcheck errors & other misc stuff
  • Added .tar.gz to backup file attached to email
  • (Still coming) Better SSD SMART support

v1.1:

  • Config backup now attached to report email
  • Added option to turn off config backup
  • Added option to save backup configs in a specified directory
  • Power-on hours in SMART summary table now listed as YY-MM-DD-HH
  • Changed filename of config backup to exclude timestamp (just uses datestamp now)
  • Config backup and checksum files now zipped (was just .tar before; now .tar.gz)
  • Fixed degrees symbol in SMART table (rendered weird for a lot of people); replaced with a *
  • Added switch to enable or disable SSDs in SMART table (SSD reporting still needs work)
  • Added most recent Extended & Short SMART tests in drive details section (only listed one before, whichever was more recent)
  • Reformatted user-definable parameters section
  • Added more general comments to code

v1.0:

  • Initial release

TODO:

  • Fix SSD SMART reporting
  • Add support for conveyance test

About

SMART & ZPool Status Report for FreeNAS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%