Update ESXi-GetPercDriveTemps.sh

This commit is contained in:
2025-03-22 12:10:12 -05:00
parent 869d88ee50
commit 54e1717582

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
# wget -qO- https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/ESXi-GetPercDriveTemps.sh | sh
for c in $(/opt/lsi/perccli64/perccli64 show | grep PERC | cut -d' ' -f 3); do
echo -e "\n- Controller #${c}"