From 7003a412b044bb8a4e149e5d7fb20a148a7a31cc Mon Sep 17 00:00:00 2001 From: bergware Date: Thu, 18 Jan 2018 11:49:35 +0100 Subject: [PATCH] Included SMART attribute 199 --- plugins/dynamix/include/Preselect.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/dynamix/include/Preselect.php b/plugins/dynamix/include/Preselect.php index 5d6e36880..26c4b23f3 100644 --- a/plugins/dynamix/include/Preselect.php +++ b/plugins/dynamix/include/Preselect.php @@ -17,7 +17,8 @@ $preselect = [['code' => 5, 'set' => true, 'text' => 'Reallocated sectors coun ['code' => 187, 'set' => true, 'text' => 'Reported uncorrectable errors'], ['code' => 188, 'set' => false,'text' => 'Command time-out'], ['code' => 197, 'set' => true, 'text' => 'Current pending sector count'], - ['code' => 198, 'set' => true, 'text' => 'Uncorrectable sector count']]; + ['code' => 198, 'set' => true, 'text' => 'Uncorrectable sector count'], + ['code' => 199, 'set' => true, 'text' => 'UDMA CRC error rate']]; for ($x = 0; $x < count($preselect); $x++) if ($preselect[$x]['set']) $numbers[] = $preselect[$x]['code']; $numbers = implode('|',$numbers);