- Joined
- May 28, 2011
- Messages
- 10,996
I would live to see a page that lists the following hard drive statistics (example):
You could add any item which might help diagnose potential problems. This can of course be done manually via "smartctl -a -d auto /dev/ada1" but that means you have to do it manually vice having a nice single page to pop up and read all the data and compare the drives to each other. Adding in other sensors wouldn't be a bad idea either like CPU Temp, Fan Speeds, etc... Anything that could help diagnose a hardware problem. You could call the page "Hardware Status".
This does go a bit beyond some NAS systems but this feature would be fantastic for remote troubleshooting.
Code:
| CPU Temp | Fan 1 | Fan 2 | Fan 3| Fan 4 | | CPU1: 40C | 800 | 2000 | ON | N/A | | CPU2: 38C | | Drive # | Status | Power On Hours | Spin Up Cycles | Temp | Spin Retry | Calibration Retry | | ada0 | Run | 2098 | 654 | 27C | 0 | 0 | | ada1 | Run | 512 | 14 | 26C | 0 | 0 | | ada2 | Run | 1876 | 634 | 27C | 0 | 0 | | ada3 | Stop | 2101 | 678 | 20C | 0 | 0 | | ada4 | Stop | 2100 | 598 | 21C | 0 | 0 | | ada5 | Stop | 1980 | 543 | 20C | 0 | 0 |
You could add any item which might help diagnose potential problems. This can of course be done manually via "smartctl -a -d auto /dev/ada1" but that means you have to do it manually vice having a nice single page to pop up and read all the data and compare the drives to each other. Adding in other sensors wouldn't be a bad idea either like CPU Temp, Fan Speeds, etc... Anything that could help diagnose a hardware problem. You could call the page "Hardware Status".
This does go a bit beyond some NAS systems but this feature would be fantastic for remote troubleshooting.