diff --git a/inc/power.inc.sh b/inc/power.inc.sh index d61540b1..005ff2c2 100644 --- a/inc/power.inc.sh +++ b/inc/power.inc.sh @@ -354,9 +354,10 @@ CHECKPOWER(){ DIVIDER . yellow ${PRI_WIDTH} echo -en "${idsCL[Yellow]}ESXi Host Power Information" [ "${avgdays}" != "" ] && echo -e " --${idsCL[LightYellow]}${avgdays_disp}-Averages---" || echo - # echo -en "${idsCL[LightCyan]} Amps Watts" - # [ "${avgdays}" != "" ] && echo -e " Amps Watts" || echo DIVIDER . yellow ${PRI_WIDTH} + echo -en "${idsCL[LightCyan]} Amps Watts" + [ "${avgdays}" != "" ] && echo -e " Amps Watts" || echo + DIVIDER . lightCyan ${PRI_WIDTH} SENSOR_TOTAL_WATTS_MAINSITE=0 SENSOR_TOTAL_AMPS_MAINSITE=0