check-disc-usage.sh: change subject of warn message.
This commit is contained in:
parent
8914e5ba25
commit
051e8dc948
@ -400,7 +400,7 @@ if $found ; then
|
||||
|
||||
fi # if $(which lxc-ls > /dev/null)
|
||||
|
||||
SUBJECT="[ Warning ] Hard disk storage on $(hostname -f) exceeds ${WARN_VALUE}%"
|
||||
SUBJECT="[ Warning ] Hard disk usage (${_percent}) on $(hostname -f) exceeds ${WARN_VALUE}%"
|
||||
SUBJECT_UTF8="$(echo "${SUBJECT}" | iconv -t UTF8)"
|
||||
SUBJECT_UTF8_ENCODED="=?utf-8?B?$(echo ${SUBJECT_UTF8} | base64 --wrap=0)?="
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user