update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
VERS='5.6.3-07062025'
|
||||
VERS='5.6.4-07062025'
|
||||
NM_BETA=false
|
||||
|
||||
noheader=' test service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck offsite-staticroute-fix '
|
||||
|
||||
@@ -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]}"
|
||||
|
||||
Reference in New Issue
Block a user