Releases: spjmurray/nagios-plugin-check-scsi-smart
Version 1.2.3
Version 1.2.2
Fixes the check for HP and Dell RAID devices that don't accept ATA PASS THROUGH commands.
Version 1.2.1
Fixes a bug where the SMART log would be read even if no sectors of data were available. Also adds improved debugging if the sgio status was non-zero dumping the CDB and sens buffers to stderr.
Version 1.2.0
Supports optional critical and warning thresholds against raw values. Useful for alerting on conditions that are not handled by the regular pre-fail or advisory checks, or caught via the SMART logs.
Version 1.1.1
Addresses a problem with false positives from the SMART logging facility.
Version 1.1.0
For users of the 1.0.s series be aware that the verbose output has now been replaced with performance data in order for metrics to be written to Graphite/InfluxDB by Nagios/Icinga in order to visualize trends. Version 1.2.0 will allow individual metrics to have thresholds associated with individual attributes for predictive failure alerting.
Note that in order to keep the code cleaner and more maintainable the plugin language has changed from C to C++.
Version 1.0.4
Updates the raw counter values to be 48 bits from 32 bits which handles values over 4 billion e.g. SSD LBAs written
Version 1.0.3
Yet more output fixes
Version 1.0.2
Additional output formatting fixes
Version 1.0.1
Allows operation when offline checks have been aborted or not run, which is a fairly common case. Adjusts formatting slightly for the longest possible text field.