Closed Napsty closed 4 years ago
According to Blackblaze's statistics (https://www.backblaze.com/blog/what-smart-stats-indicate-hard-drive-failures/), the following five SMART attributes are good/helpful indicators of a failing drive:
The current raw list (hard coded in the plugin, can be overwritten using the -r parameter) checks the following attributes on their raw values:
-r
https://github.com/Napsty/check_smart/blob/master/check_smart.pl#L183
my $raw_check_list = $opt_r // 'Current_Pending_Sector,Reallocated_Sector_Ct,Program_Fail_Cnt_Total,Uncorrectable_Error_Cnt,Offline_Uncorrectable,Runtime_Bad_Block,Reported_Uncorrect,Reallocated_Event_Count';
Attribute 188 Command_Timeout is missing here and should be added.
Added in version 6.8.0.
According to Blackblaze's statistics (https://www.backblaze.com/blog/what-smart-stats-indicate-hard-drive-failures/), the following five SMART attributes are good/helpful indicators of a failing drive:
The current raw list (hard coded in the plugin, can be overwritten using the
-r
parameter) checks the following attributes on their raw values:https://github.com/Napsty/check_smart/blob/master/check_smart.pl#L183
Attribute 188 Command_Timeout is missing here and should be added.