mirror of
https://github.com/Spearfoot/FreeNAS-scripts
synced 2025-12-14 07:13:21 +00:00
Changed formatting to allow 24-character serial numbers
This commit is contained in:
@@ -65,11 +65,11 @@ echo "<pre style=\"font-size:14px\">" >> ${logfile}
|
|||||||
(
|
(
|
||||||
echo "########## SMART status report summary for all drives on server ${freenashost} ##########"
|
echo "########## SMART status report summary for all drives on server ${freenashost} ##########"
|
||||||
echo ""
|
echo ""
|
||||||
echo "+------+------------------------+-----+-----+-----+-----+-------+-------+--------+------+---------+------+-------+----+"
|
echo "+------+------------------------+----+-----+-----+-----+-------+-------+--------+------+---------+------+-------+----+"
|
||||||
echo "|Device|Serial |Temp |Power|Start|Spin |ReAlloc|Current|Offline |Seek |Total |High |Command|Last|"
|
echo "|Device|Serial |Temp|Power|Start|Spin |ReAlloc|Current|Offline |Seek |Total |High |Command|Last|"
|
||||||
echo "| |Number | |On |Stop |Retry|Sectors|Pending|Uncorrec|Errors|Seeks |Fly |Timeout|Test|"
|
echo "| |Number | |On |Stop |Retry|Sectors|Pending|Uncorrec|Errors|Seeks |Fly |Timeout|Test|"
|
||||||
echo "| | | |Hours|Count|Count| |Sectors|Sectors | | |Writes|Count |Age |"
|
echo "| | | |Hours|Count|Count| |Sectors|Sectors | | |Writes|Count |Age |"
|
||||||
echo "+------+------------------------+-----+-----+-----+-----+-------+-------+--------+------+---------+------+-------+----+"
|
echo "+------+------------------------+----+-----+-----+-----+-------+-------+--------+------+---------+------+-------+----+"
|
||||||
) >> ${logfile}
|
) >> ${logfile}
|
||||||
|
|
||||||
for drive in $drives; do
|
for drive in $drives; do
|
||||||
@@ -130,7 +130,7 @@ for drive in $drives; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
(
|
(
|
||||||
echo "+------+------------------------+-----+-----+-----+-----+-------+-------+--------+------+---------+------+-------+----+"
|
echo "+------+------------------------+----+-----+-----+-----+-------+-------+--------+------+---------+------+-------+----+"
|
||||||
) >> ${logfile}
|
) >> ${logfile}
|
||||||
|
|
||||||
###### for each drive ######
|
###### for each drive ######
|
||||||
|
|||||||
Reference in New Issue
Block a user