-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
[BUG] smart data normalization for seagate drives result in false positives. #655
Comments
Not to pile on, but, if helpful, also experiencing this issue on my Seagate Exos X18 16TB (ST16000NM000J) drives. Running Per the Seagate SMART specification on attribute 188:
|
same issue for me with Iron Wolf 12 drive (ST12000VN0007) 195 ("Hardware ECC Recovered") has very high value. It's also a new drive.
using 'metrics_smart_args' does not seem to do anything except break data collection for the drive, with this command set, the drive shows up but with "no data" showing, despite the same command working when running it locally outside container:
|
i found a minor bug: on some of my hdds the normalization of smart details gets completly wrong. Especially on Seagate Drives. In my example the number 0 gets normalized to 100 which results in a false warning.
See attached image.
The text was updated successfully, but these errors were encountered: