Update uptimekuma.sh

This commit is contained in:
Skylar Ittner 2025-08-31 16:37:49 -06:00
parent 56ab643063
commit cad40e56d6

View File

@ -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"
# #