diff --git a/powerwall.sh b/powerwall.sh index b2fdbe26..d859e78e 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -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 ;;