Update uptimekuma.sh
This commit is contained in:
parent
56ab643063
commit
cad40e56d6
@ -58,6 +58,7 @@ MEM_PCT=$(free -m | awk 'NR==2{ print $3*100/$2 }')
|
|||||||
if [[ $MEM_PCT > $MEM_USAGE_PERCENT_THRESHOLD ]]; then
|
if [[ $MEM_PCT > $MEM_USAGE_PERCENT_THRESHOLD ]]; then
|
||||||
MEM_STATUS="$MEM_PCT% > $MEM_USAGE_PERCENT_THRESHOLD%"
|
MEM_STATUS="$MEM_PCT% > $MEM_USAGE_PERCENT_THRESHOLD%"
|
||||||
fi
|
fi
|
||||||
|
echo "$MEM_STATUS"
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user