Update disk-warn.sh
This commit is contained in:
parent
d20b9f5f47
commit
36c132b319
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ do
|
|||
echo "Subject: Alert: Disk spage usage at $usep%/$ALERT%"
|
||||
echo "Running out of space \"$partition ($usep%)\" on $(hostname) as on $(date)"
|
||||
} |
|
||||
ssmtp -F"Jellyfin" "$ADMIN"
|
||||
ssmtp -F"FROMNAME" "$ADMIN"
|
||||
fi
|
||||
else
|
||||
if test -f "./$lockname.lock"; then rm "./$lockname.lock"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue