From 383b5094a763a0ff32ac5d22be2c9555bddabfa5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 6 Nov 2023 21:48:14 -0600 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/powerwall.sh b/powerwall.sh index ad434765..e119700c 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -1607,31 +1607,31 @@ fi *) echo -e "${idsCL[White]} Usage: ${idsCL[LightCyan]}powerwall {option}" echo - echo -e " ${idsCL[Yellow]}status ${idsCL[Default]}--> PowerWall Status Information" + echo -e " ${idsCL[Yellow]}status ${idsCL[Default]}--> PowerWall Status Information" echo - echo -e " ${idsCL[Yellow]}check {type} {opt} ${idsCL[Default]}--> Check Sensors" - echo -e " ${idsCL[LightYellow]} type = { power / temp }" - echo -e " ${idsCL[LightYellow]} opt.{power} = { all / mainsite / offsite } ${idsCL[Default]}--> Defaults to All" - echo -e " ${idsCL[LightYellow]} opt.{temp} = { avg for # of days to show } ${idsCL[Default]}--> Defaults to not showing averages" + echo -e " ${idsCL[Yellow]}check {type} {opt} ${idsCL[Default]}--> Check Sensors" + echo -e " ${idsCL[LightYellow]} type = { power / temp }" + echo -e " ${idsCL[LightYellow]} opt.{power} = { all / mainsite / offsite } ${idsCL[Default]}--> Defaults to All" + echo -e " ${idsCL[LightYellow]} opt.{temp} = { avg for # of days to show } ${idsCL[Default]}--> Defaults to not showing averages" 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}" + 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}" echo - echo -e " ${idsCL[Yellow]}iscsi-vm-shutdown {type} ${idsCL[Default]}--> Shutdown VM's running on iSCSI-(PRI or SYS) Datastore(s)" - echo -e " ${idsCL[LightYellow]} type = { sys / main }" - echo -e " ${idsCL[LightYellow]} sys='iSCSI-SYS' / main='iSCSI-MAIN' ${idsCL[Default]}--> Defaults to main (iSCSI-PRI)" + echo -e " ${idsCL[Yellow]}iscsi-vm-shutdown {type} ${idsCL[Default]}--> Shutdown VM's running on iSCSI-(PRI or SYS) Datastore(s)" + echo -e " ${idsCL[LightYellow]} type = { sys / main }" + echo -e " ${idsCL[LightYellow]} sys='iSCSI-SYS' / main='iSCSI-MAIN' ${idsCL[Default]}--> Defaults to main (iSCSI-PRI)" echo - echo -e " ${idsCL[Yellow]}shutdown_servers {type} ${idsCL[Default]}--> Shutdown selection of servers" - echo -e " ${idsCL[LightYellow]} type = { main / sys / all }" + echo -e " ${idsCL[Yellow]}shutdown_servers {type} ${idsCL[Default]}--> Shutdown selection of servers" + echo -e " ${idsCL[LightYellow]} type = { main / sys / all }" echo - echo -e " ${idsCL[Yellow]}hostpower {host} ${idsCL[Default]}--> Control host chassis power" - echo -e " ${idsCL[LightYellow]} host = {esxi-ip}, {idrac-ip}, {hostname} or {host-number;0-9}" + echo -e " ${idsCL[Yellow]}hostpower {host} ${idsCL[Default]}--> Control host chassis power" + echo -e " ${idsCL[LightYellow]} host = {esxi-ip}, {idrac-ip}, {hostname} or {host-number;0-9}" echo - echo -e " ${idsCL[Yellow]}service {srvc} {cmd} ${idsCL[Default]}--> Manage an individual monitor service" - echo -e " ${idsCL[LightYellow]} srvc = { all / temp / power / powerlogger }" - echo -e " ${idsCL[LightYellow]} cmd = { start / stop / restart / status }" + echo -e " ${idsCL[Yellow]}service {srvc} {cmd} ${idsCL[Default]}--> Manage an individual monitor service" + echo -e " ${idsCL[LightYellow]} srvc = { all / temp / power / powerlogger }" + echo -e " ${idsCL[LightYellow]} cmd = { start / stop / restart / status }" echo - echo -e " ${idsCL[Yellow]}update ${idsCL[Default]}--> Check for and install new PowerWall Script updates" + echo -e " ${idsCL[Yellow]}update ${idsCL[Default]}--> Check for and install new PowerWall Script updates" echo ;; esac