debug bby

This commit is contained in:
2025-03-09 18:38:24 -04:00
parent 9bafa3249a
commit d69720c0bf

View File

@ -1383,7 +1383,12 @@ class SystemHealthMonitor:
if len(parts) >= 6: if len(parts) >= 6:
mountpoint = parts[5] # Get the Path column mountpoint = parts[5] # Get the Path column
logger.debug(parts[1]) logger.debug(f"parts 1: {parts[1]}")
logger.debug(f"parts 2: {parts[2]}")
logger.debug(f"parts 3: {parts[3]}")
logger.debug(f"parts 4: {parts[4]}")
logger.debug(f"parts 5: {parts[5]}")
logger.debug(f"parts 6: {parts[6]}")
usage_percent = float(parts[4].rstrip('%')) # Get the Use% column usage_percent = float(parts[4].rstrip('%')) # Get the Use% column
# Check exclusion patterns # Check exclusion patterns