check_smart

Monitoring Plugin to check hard drives, solid state drives and NVMe drives using SMART

Release 6.7.0

Added support for NVMe drives

check_smart-6.7.0.tar.gz

Release tarball
application/gzip 2020-03-25 Download from Github

Release 6.6.1

Fix 'deprecation warning on regex with curly brackets' (6.6.1)

check_smart-6.6.1.tar.gz

Release tarball
application/gzip 2019-12-04 Download from Github

Release 6.6.0

The feature was requested in #30 . This PR adds the possibility to use 3ware,N and cciss,N drives in combination with the global -g parameter.

Furthermore this PR adjusts the output of the plugin when the -g is used in combination with hardware raid controllers. Instead of showing the logical device name (/dev/sda for example), the plugin will now show the controller with drive number:

# ./check_smart.pl -g /dev/sda -i 'cciss,[1-3]'
OK: [cciss,1] - Device is clean --- [cciss,2] - Device is clean --- [cciss,3] - Device is clean|

check_smart-6.6.0.tar.gz

Release tarball
application/gzip 2019-11-29 Download from Github