Skip to content
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

Missing smartctl flags #190

Closed
intelfx opened this issue Dec 31, 2023 · 2 comments
Closed

Missing smartctl flags #190

intelfx opened this issue Dec 31, 2023 · 2 comments

Comments

@intelfx
Copy link

intelfx commented Dec 31, 2023

I see from the code that it supports collecting a lot more metrics than the included smartctl call will generate. For instance, this is supposed to collect the ATA devstat log:

for _, page := range smart.json.Get("ata_device_statistics.pages").Array() {

However, smartctl --json --info --health --attributes will never print it. There's also support for other log pages which, again, are absent in the smartctl output as invoked.

Consider switching to smartctl --xall.

@lahwaacz
Copy link
Contributor

This is a duplicate of #92

@NiceGuyIT
Copy link
Member

@intelfx Join the conversation in #92.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants