-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add support for NVME drives #3
Comments
You're very welcome. I do intend to add support for NVMe devices in the very near future. Unfortunately some family issues are preventing me from working as much as I'd like at the moment. Hopefully I'll get some time soon. |
One of the barriers to implementing this is that I only have access to drives from a single vendor. If you could post the output of |
I can definitely do that. |
Okay, I grabbed all of the drives I've got available right now. Samsung 980 Pro
SK Hynix P41
SK Hynix P31
IronWolf 525 SSD
|
Wow! That's great. The output seems to be much more consistent than spinning rust devices so that makes it much easier. Thank you. |
Thanks for making this snmpd integration. Would it be possible to add support for NVMe devices? The smartctl output for NVMe drives is completely different than for SATA disks, so the parsing fails and just returns the max gauge counter value for all of the attribute fields.
The text was updated successfully, but these errors were encountered: