This commit is contained in:
2024-01-07 07:19:38 -06:00
parent cf1aa0cade
commit 96406fe37c
3 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='5.1.60-01062024'
VERS='5.1.61-01072024'
NM_BETA=false
noheader=' 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 '

View File

@@ -897,7 +897,6 @@ EDITSITE(){
*)
[ "${confirm}" != "" ] && echo
if [ "${CERTTEST}" != "" ] && [ "${CERTTEST}" != "0" ]; then
echo "HERE: ${CERTTEST}"
echo -e "${idsCL[LightYellow]}${idsST[Bold]}### REQUESTING CERT IN TEST MODE ###${idsST[Reset]}${idsCL[Default]}"
echo
fi

View File

@@ -451,7 +451,6 @@ STATUS_NODE(){
cpu_warn=40
cpu_crit=80
fi
echo "HERE: $nip - ${cpu_warn} - ${cpu_crit}"
if [ $(ROUND_NUMBER ${cpu_usage}) -lt ${cpu_warn} ]; then
CUFC="${idsCL[Green]}"
if [ -f ${NM_TMPFOLDER}/${nip}.cpu_usage.warn ] || [ -f ${NM_TMPFOLDER}/${nip}.cpu_usage.warn ]; then