mirror of
https://github.com/unraid/webgui.git
synced 2026-01-12 20:49:56 -06:00
Included SMART attribute 199
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user