v1.46.3 (2026-03-14)
Bug Fixes
Improved handling of smartctl exit codes for better data collection (#355) - Closes #352
- The system now logs a warning when exit code
0x04occurs, allowing users to see this condition without losing valid SMART data. - Exit code
0x04is now categorized as informational, alongside other health indicators.
Adjusted logging levels for certain smartctl exit codes (#356) - Closes #353
- Exit codes
0x40and0x80are now logged as INFO instead of ERROR, reflecting that these are non-actionable issues. - The logging structure has been updated to ensure appropriate severity levels are used for different exit codes.