enhance smart to show power_on_hours also (#10261)

This commit is contained in:
SourceDoctor
2019-06-07 06:39:23 +02:00
committed by Tony Murray
parent e6ad2b5bb8
commit 349e102b73
6 changed files with 73 additions and 1 deletions

View File

@@ -37,10 +37,12 @@ if (isset($vars['disk'])) {
'smart_other' => 'Other',
'smart_tests_status'=> 'S.M.A.R.T self-tests results',
'smart_tests_ran' => 'S.M.A.R.T self-tests run count',
'smart_runtime' => 'Power On Hours',
);
} else {
$graphs = array(
'smart_id5'=>'ID# 5, Reallocated Sectors Count',
'smart_id9'=>'ID# 9, Power On Hours',
'smart_id10'=>'ID# 10, Spin Retry Count',
'smart_id173'=>'ID# 173, SSD Wear Leveller Worst Case Erase Count',
'smart_id177'=>'ID# 177, SSD Wear Leveling Count',