diff --git a/powerwall.sh b/powerwall.sh index 32a214d9..e3e6eee8 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -801,6 +801,11 @@ fi echo -e " ${idsCL[Yellow]}checktemp {searchstring} ${idsCL[Default]}--> Check Temperature Sensors" echo -e " ${idsCL[Yellow]}checkpower ${idsCL[Default]}--> Check Power Readings" echo + echo -e " ${idsCL[Yellow]}shutdownhost {host-ip} ${idsCL[Default]}--> Shutdown host server" + echo -e " ${idsCL[Yellow]}iscsi-vm-shutdown ${idsCL[Default]}--> Shutdown all VM's running on an iSCSI Datastore" + 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]}services {cmd} ${idsCL[Default]}--> Manage all monitor services at once" # echo -e " ${idsCL[LightYellow]} cmd = {start/stop/restart/status}" # echo