Fork me on GitHub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
monitoring_backup_storage [2014/07/07 02:57]
admin [OS X Specific Tools]
monitoring_backup_storage [2014/07/07 02:59]
admin [OS X Specific Tools]
Line 8: Line 8:
 One of the best tools to accomplish automated monitoring of your storage volumes on Mac OS X is [[http://​www.lucidsystems.tk/​tools/​drive-genius|DriveGenius]] by Prosoft Engineering. This tool has a feature called DrivePulse which is able to check for various issues on DAS (directly attached storage) systems. One of the best tools to accomplish automated monitoring of your storage volumes on Mac OS X is [[http://​www.lucidsystems.tk/​tools/​drive-genius|DriveGenius]] by Prosoft Engineering. This tool has a feature called DrivePulse which is able to check for various issues on DAS (directly attached storage) systems.
 \\ \\  \\ \\ 
-Lucid offers an open source wrapper script to diskutil (Mac OS X only) called [[http://​www.lucidsystems.tk/​tools/​volume-check|volume-check]]. This tool is able to be scheduled to run and check your DAS (directly attached storage) volumes for file system errors. If you add a wrapper script to volume-check then it is quick to setup a scheduled report regarding the state of your DAS (directly attached storage) systems. ​An example volume-check wrapper script which uses [[http://​www.lucidsystems.tk/​tools/​send-email|SendEmail]] is included below for quick reference.+Lucid offers an open source wrapper script to diskutil (Mac OS X only) called [[http://​www.lucidsystems.tk/​tools/​volume-check|volume-check]]. This tool is able to be scheduled to run and check your DAS (directly attached storage) volumes for file system errors. If you add a wrapper script to volume-check then it is quick to setup a scheduled report regarding the state of your DAS (directly attached storage) systems. ​ 
 + 
 +\\ \\  
 +For your convenience,​ an example volume-check wrapper script which uses [[http://​www.lucidsystems.tk/​tools/​send-email|SendEmail]] is included below for quick reference. ​If you decide to use this example script, it will need to be modified to meet your requirements. 
 \\ \\  \\ \\ 
 <​file>​ <​file>​
Line 42: Line 46:
 </​file>​ </​file>​
 \\ \\  \\ \\ 
-