We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This commit made a change to the smartctl command by adding the -d option
-d
smartctl_exporter/readjson.go
Line 67 in 3a012b5
type
smartctl --scan --json
This type is mostly device name based https://www.smartmontools.org/browser/trunk/smartmontools/os_linux.cpp?rev=5457#L3108 and I've experienced it typing SATA devices as SCSI because of this.
Using smartctl --scan-open --json seems to correct this, though I'm not sure what it could affect otherwise.
smartctl --scan-open --json
The text was updated successfully, but these errors were encountered:
Wow, scan-open is really uncharted feature The current fix for master in #235 (if we find someone with merge button...)
Sorry, something went wrong.
I see, thanks for linking that in.
No branches or pull requests
This commit made a change to the smartctl command by adding the
-d
optionsmartctl_exporter/readjson.go
Line 67 in 3a012b5
type
as reported bysmartctl --scan --json
.This
type
is mostly device name based https://www.smartmontools.org/browser/trunk/smartmontools/os_linux.cpp?rev=5457#L3108 and I've experienced it typing SATA devices as SCSI because of this.Using
smartctl --scan-open --json
seems to correct this, though I'm not sure what it could affect otherwise.The text was updated successfully, but these errors were encountered: