fix
This commit is contained in:
parent
a7ad7f45f5
commit
f0ece9da6d
@ -1 +1 @@
|
|||||||
0.8.2.1
|
0.8.2.2
|
||||||
|
|||||||
@ -39,6 +39,7 @@ TempFiles=
|
|||||||
|
|
||||||
function cleanup {
|
function cleanup {
|
||||||
if [ "" != "${TempFiles}" ]; then
|
if [ "" != "${TempFiles}" ]; then
|
||||||
|
echo rm -f ${TempFiles}
|
||||||
rm -f ${TempFiles}
|
rm -f ${TempFiles}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@ -118,11 +119,10 @@ cat ${tmpfile} | ${Sender} ${StatusChannel}
|
|||||||
Measurements=()
|
Measurements=()
|
||||||
tmpfile=$(new_tempfile)
|
tmpfile=$(new_tempfile)
|
||||||
space_alert > ${tmpfile}
|
space_alert > ${tmpfile}
|
||||||
cat ${tmpfile}
|
|
||||||
if [ -s ${tmpfile} ]
|
if [ -s ${tmpfile} ]
|
||||||
then
|
then
|
||||||
(echo "### :card_file_box: STORAGE ALERTS" && cat ${tmpfile}) | ${Sender} ${AlertChannel}
|
(echo "### :card_file_box: STORAGE ALERTS" && cat ${tmpfile}) | ${Sender} ${AlertChannel}
|
||||||
else
|
else
|
||||||
echo File ${tmpfile} is empty
|
echo "No Storage Alerts"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user