check-disc-usage.sh: minot change in script output.
This commit is contained in:
parent
051e8dc948
commit
3525154857
@ -400,7 +400,7 @@ if $found ; then
|
||||
|
||||
fi # if $(which lxc-ls > /dev/null)
|
||||
|
||||
SUBJECT="[ Warning ] Hard disk usage (${_percent}) 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