Update status.inc

This commit is contained in:
2024-01-08 09:59:50 -06:00
parent 97ad1a42cd
commit faa803a93e

View File

@@ -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]}"