-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Support NVMe devices in smart input plugin #4169
Comments
This is a shell script I wrote which gets NVME temps, incase it helps (or at least others can use in the mean time). It may be specific to my environment though:
|
NVME devices have supported if specify type during the scan: Currently: |
You may be able to use the devices option as a workaround for now: |
seems there is a different list of fields for NVME devices and only smartOverallHealth and serialInfo are exist if used smart plugin smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.1.27-gvt-yocto-standard] (local build) === START OF INFORMATION SECTION === === START OF SMART DATA SECTION === SMART/Health Information (NVMe Log 0x02, NSID 0xffffffff) |
The plugin still only seems to save smart_device data to influxdb for my 970 EVO NVME drive, not smart_attribute. |
@coccobill1 Could you open a new issue with the output described here? |
Sure, hope this helps: #6032 |
Feature Request
Opening a feature request kicks off a discussion.
Proposal:
Support NVMe devices in smart input plugin.
smartmontools
produces a different format for NVMe devices than SATA devices. See https://www.smartmontools.org/wiki/NVMe_Support for sample output.Current behavior:
Currently the
smart
plugin does not work with NVMe devices.Desired behavior:
It should correctly parse output from
smartctl
with NVMe devices.Use case: [Why is this important (helps with prioritizing requests)]
NVMe devices will become more and more popular. It is important to see metrics for them.
The text was updated successfully, but these errors were encountered: