diff --git a/inc/status.inc b/inc/status.inc index 4643cca3..80bad060 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -448,8 +448,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=40 - cpu_crit=80 + cpu_warn=60 + cpu_crit=90 fi if [ $(ROUND_NUMBER ${cpu_usage}) -lt ${cpu_warn} ]; then CUFC="${idsCL[Green]}"