Skip to content

Commit 94b8f1c

Browse files
authored
Update CLI_smartreport.sh
1 parent 1b58ac6 commit 94b8f1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CLI_smartreport.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
### Init ###
4+
echo ""
35
echo "Smart Test Remote Maker Script"
46
echo ""
57
echo "Be sure to edit your drives in the script"
@@ -8,7 +10,7 @@ echo "Be sure to edit your drives in the script"
810
logfile="/tmp/smart_report.tmp"
911
1012
subject="SMART Status Report "
11-
drives="sda sdb sdc sdd sde sdf"
13+
drives="sda" #Drives are space separated when multiple eg: "sda sdb sdc sdd sde sdf"
1214
tempWarn=40
1315
tempCrit=45
1416
sectorsCrit=10

0 commit comments

Comments
 (0)