This commit is contained in:
2024-11-20 15:50:53 -06:00
parent aef6dda8e5
commit 41e8ec949c
2 changed files with 3 additions and 1 deletions

View File

@@ -480,6 +480,7 @@ STATUS_NODE(){
checkhost=true
checkhostssl=ok
fi
echo "HERE: ${NCMD}"
if [ "${checkhost}" != "false" ] && [ "${checkhostssl}" == "ok" ]; then
[ "${NODETYPE}" != "OFW" ] && cpu_usage=$(${NCMD} "/opt/idssys/defaults/get-data.sh cpu-usage") || cpu_usage=""
if [ "${cpu_usage}" != "" ]; then