minor echo change

This commit is contained in:
mischa 2024-05-15 20:54:43 +02:00
parent 74c95118d3
commit 6f6364cd45
1 changed files with 1 additions and 1 deletions

2
cpu.sh
View File

@ -63,7 +63,7 @@ for VM in ${OUT}; do
fi
if [[ $(( ${TIMESTAMP} - ${FIRSTSEEN} )) -gt $(( 60 * 60 * ${GRACE} )) ]]; then
if [[ $(( ${TIMESTAMP} - ${LASTSEEN} )) -gt $(( 60 * ${TTL} )) ]]; then
echo "notify!"
echo -n "notify! "
/home/mischa/bin/notify.pl cpu ${VM}
echo "${VM} over ${LOAD}% CPU load for ${GRACE} hours" | mail -s "${HOSTNAME} - ${VM} over ${LOAD}% CPU load for ${GRACE} hours" -r root@obsda.ms cpu@obsda.ms
rm -rf /tmp/${VM}