This commit is contained in:
2023-12-09 21:08:32 -06:00
parent 2b0be8127b
commit 993b6b785e
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
VERS='2.4.1-12092023'
VERS='2.4.2-12092023'
noheader=' update service dailytemp '
hc_cw=60

View File

@@ -2044,11 +2044,11 @@ fi
echo -e " ${idsCL[LightYellow]} power { all / mainsite / offsite } ${idsCL[Default]}--> Defaults to All"
echo -e " ${idsCL[LightYellow]} temp { avg for # of days to show } ${idsCL[Default]}--> Defaults to not showing averages"
echo
echo -e " ${idsCL[Yellow]}host {host} {flags} ${idsCL[Default]}--> Shutdown ESXI host and its VMs"
echo -e " ${idsCL[Yellow]}host {host} {flags} ${idsCL[Default]}--> Host Power/ESXi Control"
echo -e " ${idsCL[LightYellow]} host = {esxi-ip}, {idrac-ip}, {hostname} or {host-number;0-9}"
echo -e " ${idsCL[LightYellow]} flags ="
echo -e " ${idsCL[LightYellow]} -p|-power {on / off} ${idsCL[Default]}--> Controls Host Power"
echo -e " ${idsCL[LightYellow]} -e|-esxi {off / mm} ${idsCL[Default]}--> Shuts down ESXi or puts into maintenance mode"
echo -e " ${idsCL[LightYellow]} -p|-power { on / off } ${idsCL[Default]}--> Controls Host Power"
echo -e " ${idsCL[LightYellow]} -e|-esxi { off / mm } ${idsCL[Default]}--> Shuts down ESXi or puts into maintenance mode"
echo
# echo -e " ${idsCL[Yellow]}shutdownhost {host} ${idsCL[Default]}--> Shutdown ESXI host and its VMs"
# echo -e " ${idsCL[LightYellow]} host = {esxi-ip}, {idrac-ip}, {hostname} or {host-number;0-9}"