We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b58ac6 commit 94b8f1cCopy full SHA for 94b8f1c
CLI_smartreport.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+### Init ###
4
+echo ""
5
echo "Smart Test Remote Maker Script"
6
echo ""
7
echo "Be sure to edit your drives in the script"
@@ -8,7 +10,7 @@ echo "Be sure to edit your drives in the script"
8
10
logfile="/tmp/smart_report.tmp"
9
11
email="[email protected]"
12
subject="SMART Status Report "
-drives="sda sdb sdc sdd sde sdf"
13
+drives="sda" #Drives are space separated when multiple eg: "sda sdb sdc sdd sde sdf"
14
tempWarn=40
15
tempCrit=45
16
sectorsCrit=10
0 commit comments