You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent false failures from corrupted ATA device statistics (#98)
Fixed false failure alerts caused by impossibly high ATA Device Statistics values (e.g., 420 billion mechanical failures). Values above 1 million are now treated as corrupted data rather than real failures. Also adds a config option (failures.ignored.devstat) to let users manually suppress specific device statistics attributes.