batt values tweaked based on testing

This commit is contained in:
crate 2024-10-12 03:10:09 -05:00
parent b691efb86b
commit accb805db6

View File

@ -191,8 +191,8 @@ def main():
else:
logger.info(f"UPS status changed to: {status}")
prev_status = status
elif status == "OB DISCHRG" and battery < 65:
if battery < 50:
elif status == "OB DISCHRG" and battery < 70:
if battery < 65:
batt_crit(battery)
if ups_id == "Server":
for node in servers: