From 7e97e25f8cef48f2372ec3552c45c69d488091e8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 11 Feb 2024 11:49:08 -0600 Subject: [PATCH] Update power.inc.sh --- inc/power.inc.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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