Napsty / check_smart

Monitoring Plugin to check hard drives, solid state drives and NVMe drives using SMART
https://www.claudiokuenzler.com/monitoring-plugins/check_smart.php
GNU General Public License v3.0
67 stars 20 forks source link

Add attribute 188 Command_Timeout to raw check list #61

Closed Napsty closed 4 years ago

Napsty commented 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:

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.

Napsty commented 4 years ago

Added in version 6.8.0.