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
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:
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.
The text was updated successfully, but these errors were encountered:
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:smartctl_exporter/smartctl.go
Line 445 in 3463e4f
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
.The text was updated successfully, but these errors were encountered: