Update powerwall.sh
This commit is contained in:
@@ -2330,9 +2330,13 @@ fi
|
|||||||
printf "%-${width}s- %s\n" " -e|-esxi" "Narrow to ESXi Hosts"
|
printf "%-${width}s- %s\n" " -e|-esxi" "Narrow to ESXi Hosts"
|
||||||
echo -e "\n ${idsCL[LightCyan]}temp${idsCL[Default]} {flag} options"
|
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" " -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"
|
printf "%-${width}s- %s\n" " -s|-search" "Narrow to search of sensor name"
|
||||||
echo -e "}\n"
|
echo -e "}\n"
|
||||||
exit 0
|
exit 0
|
||||||
|
-S|-sensors) temptype="sensors";;
|
||||||
|
-e|-esxi) temptype="esxi";;
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
@@ -2408,7 +2412,7 @@ fi
|
|||||||
logrotate) LOGROTATE;;
|
logrotate) LOGROTATE;;
|
||||||
confsync) CONFSYNC;;
|
confsync) CONFSYNC;;
|
||||||
status)
|
status)
|
||||||
CHECKPOWER
|
CHECKPOWER -p
|
||||||
CHECKTEMP
|
CHECKTEMP
|
||||||
CHECK_SERVICES
|
CHECK_SERVICES
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user