This commit is contained in:
2025-07-06 12:58:20 -05:00
parent f84f208c93
commit 0d060c1531
2 changed files with 3 additions and 3 deletions

View File

@@ -538,8 +538,8 @@ STATUS_NODE(){
cpu_warn=$(echo ${NM_HOST_CPULEVELS[${nip}]} | cut -d',' -f 1)
cpu_crit=$(echo ${NM_HOST_CPULEVELS[${nip}]} | cut -d',' -f 2)
else
cpu_warn=60
cpu_crit=80
cpu_warn=75
cpu_crit=85
fi
if [ $(ROUND_NUMBER ${cpu_usage}) -lt ${cpu_warn} ]; then
CUFC="${idsCL[Green]}"