update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERS='5.6.3-07062025'
|
VERS='5.6.4-07062025'
|
||||||
NM_BETA=false
|
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 '
|
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_warn=$(echo ${NM_HOST_CPULEVELS[${nip}]} | cut -d',' -f 1)
|
||||||
cpu_crit=$(echo ${NM_HOST_CPULEVELS[${nip}]} | cut -d',' -f 2)
|
cpu_crit=$(echo ${NM_HOST_CPULEVELS[${nip}]} | cut -d',' -f 2)
|
||||||
else
|
else
|
||||||
cpu_warn=60
|
cpu_warn=75
|
||||||
cpu_crit=80
|
cpu_crit=85
|
||||||
fi
|
fi
|
||||||
if [ $(ROUND_NUMBER ${cpu_usage}) -lt ${cpu_warn} ]; then
|
if [ $(ROUND_NUMBER ${cpu_usage}) -lt ${cpu_warn} ]; then
|
||||||
CUFC="${idsCL[Green]}"
|
CUFC="${idsCL[Green]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user