-
Notifications
You must be signed in to change notification settings - Fork 91
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
Device open failed, device did not return an IDENTIFY DEVICE structure, #91
Device open failed, device did not return an IDENTIFY DEVICE structure, #91
Comments
I encountered the same behaviour when smartctl_exporter was running as a user that couldn't open the device:
Regardless of the reason for errors, I think it's a bug that they are not explicitly reported in metrics. |
Hi @Lusitaniae. "Device open failed, device did not return an IDENTIFY DEVICE structure, or device is in a low-power mode" is coming from The two nitpicks have been fixed.
Hey @robryk, if you believe this is a bug, please open a separate issue to address it. One could argue environmental errors, such as permission errors, should not be included in the exporter output. |
I have devices in low power/standby mode, but The reason seems to be
|
fixes prometheus-community#91 Signed-off-by: Robin Björklin <robin.bjorklin@gmail.com>
constantly seing NVMe drives fail due to heavy load
Usually will see something like the below in dmesg
But seems smartctl_exporter doesn't pick up any of this? (could be the smart tool itself too)
At least it should should report some kind of error no if it can't scan the drive?
(metrics are not reset to 0 when the exporter can't scan again?)
Also small nitpicks:
The text was updated successfully, but these errors were encountered: