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
[[inputs.smart]] path_smartctl = "/usr/sbin/smartctl" path_nvme = "/usr/sbin/nvme" enable_extensions = [ "Intel" ] use_sudo = true nocheck = "never" attributes = true devices = ["/dev/nvme0n1"]
Telegraf 1.20.4, Ubuntu 18.04, nvme-cli 1.14
No response
Telegraf successfully collects SMART metrics from nvme devices.
When running Telegraf with a config with SMART plugin's Intel extension enabled, Intel specific metrics are not being reported for nvme drive.
The output format of nvme-cli (v1.14+) has been changed, and SMART plugin doesn't read properly from it.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Relevent telegraf.conf
System info
Telegraf 1.20.4, Ubuntu 18.04, nvme-cli 1.14
Docker
No response
Steps to reproduce
Expected behavior
Telegraf successfully collects SMART metrics from nvme devices.
Actual behavior
When running Telegraf with a config with SMART plugin's Intel extension enabled, Intel specific metrics are not being reported for nvme drive.
Additional info
The output format of nvme-cli (v1.14+) has been changed, and SMART plugin doesn't read properly from it.
The text was updated successfully, but these errors were encountered: