From d69720c0bfacda35ecdf0c0142ad78afafddd683 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Sun, 9 Mar 2025 18:38:24 -0400 Subject: [PATCH] debug bby --- hwmonDaemon.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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