Update powerwall.sh

This commit is contained in:
2023-12-11 22:46:10 -06:00
parent a81bf30ab2
commit a8b97bf124

View File

@@ -2330,9 +2330,13 @@ fi
printf "%-${width}s- %s\n" " -e|-esxi" "Narrow to ESXi Hosts"
echo -e "\n ${idsCL[LightCyan]}temp${idsCL[Default]} {flag} options"
printf "%-${width}s- %s\n" " -a|-avg {#days}" "Show average values for X number of days"
printf "%-${width}s- %s\n" " -s|-sensors" "Narrow to Sensors Only"
printf "%-${width}s- %s\n" " -e|-esxi" "Narrow to ESXi Hosts Only"
printf "%-${width}s- %s\n" " -s|-search" "Narrow to search of sensor name"
echo -e "}\n"
exit 0
-S|-sensors) temptype="sensors";;
-e|-esxi) temptype="esxi";;
;;
esac
;;
@@ -2408,7 +2412,7 @@ fi
logrotate) LOGROTATE;;
confsync) CONFSYNC;;
status)
CHECKPOWER
CHECKPOWER -p
CHECKTEMP
CHECK_SERVICES
;;