diff --git a/hwmonDaemon.py b/hwmonDaemon.py index 3c8e238..230a857 100644 --- a/hwmonDaemon.py +++ b/hwmonDaemon.py @@ -1383,7 +1383,12 @@ class SystemHealthMonitor: if len(parts) >= 6: 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 # Check exclusion patterns