diff --git a/inc/power.inc.sh b/inc/power.inc.sh index 6c76ad64..7dc66eff 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -355,7 +355,7 @@ CHECKPOWER(){ echo -en "${idsCL[Yellow]}ESXi Host Power Information" [ "${avgdays}" != "" ] && echo -e " --${idsCL[LightYellow]}${avgdays_disp}-Averages---" || echo DIVIDER . yellow ${PRI_WIDTH} - echo -en "${idsCL[LightCyan]}Totals : Amps Watts" + echo -en "${idsCL[LightCyan]}ESXi Host : Amps Watts" [ "${avgdays}" != "" ] && echo -e " Amps Watts" || echo SENSOR_TOTAL_WATTS_MAINSITE=0 @@ -448,9 +448,10 @@ CHECKPOWER(){ AVERAGE_AMPS_OFFSITE=`echo "scale=2; ${AVERAGE_AMPS_OFFSITE}+${average_amp}" | bc` fi - elif [ ${HOST_WATTS} -gt 0 ]; then - echo -en "${idsCL[Cyan]} [PS1:${idsCL[LightCyan]}${PS1}'A${idsCL[Cyan]}-${idsCL[LightCyan]}${PS1V}'V${idsCL[Cyan]}, PS2:${idsCL[LightCyan]}${PS2}'A${idsCL[Cyan]}-${idsCL[LightCyan]}${PS2V}'V${idsCL[Cyan]}]" fi + echo -e "${idsCL[White]} Power Supply 1 : ${idsCL[Default]}: ${idsCL[LightCyan]}${PS1}'A-${PS1V}'V" + echo -e "${idsCL[White]} Power Supply 2 : ${idsCL[Default]}: ${idsCL[LightCyan]}${PS2}'A-${PS2V}'V" + # fi echo -e "${idsCL[Default]}" fi