-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Enable Baseline Exclusion for SMART Errors in Scrutiny Reports #713
Comments
This feature already exists: #547 |
Hey @jacobalberty I think you have 2 options:
|
So this is a common issue with this drive in particular. When the system is shut down suddenly (power loss) it generates an entry in the media errors table. So it's common to end up with a few spurious errors here and there. However if they do start increasing with an unknown cause it indicates the drive is dying. I'm proposing allowing setting a baseline that would be subtracted out when comparing against the scrutiny threshold. The drive as it is right now is healthy but I'm forced to ignore a better source of data because I also have these benign media errors entries that don't actually indicate a failure. Some way of just storing the current smart data and treating it as our 0 instead of starting from actual zero, whether just a snapshot to diff against of configurable offsets in the collector either would work and would allow users to enable scrutiny thresholds instead of relying on smart threshold |
#729 is an example of this behavior |
This is related to: #553 |
Is your feature request related to a problem? Please describe.
I'm encountering false failure reports from Scrutiny due to specific SMART errors. The drive itself is in good condition, with the errors likely caused by past unsafe power downs. These errors are static, not increasing over time, yet the collector still flags the drive as failed.
Describe the solution you'd like
I would like a feature in the Scrutiny collector configuration to set a baseline for specific SMART errors—such as media errors—so that only new or increased errors trigger a failure report. For example, if my current media error count is 6, the software should only flag the drive if this count rises above 6, allowing me to monitor new issues without persistent false reports.
Additional context
This would be helpful for managing drives with a history of non-progressive errors, as it would allow Scrutiny to focus on tracking changes rather than reporting known static issues.
The text was updated successfully, but these errors were encountered: