You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realized that support for missing attributes had added recently on #7575 that's not included in Telegraf 1.14.5. And it works on Telegraf 1.15-RC2. Close this issue.
Relevant telegraf.conf:
System info:
Steps to reproduce:
sudo -u telegraf telegraf --input-filter=smart --test
Expected behavior:
Attributes like "Data Units Written" should be collected because it's defined and tested to be collected.
telegraf/plugins/inputs/smart/smart.go
Line 121 in cd97534
telegraf/plugins/inputs/smart/smart_test.go
Line 678 in cd97534
Actual behavior:
Only a few attributes collected. (What I need is to collect Data_Units_Written).
Additional info:
It looks like #6032 is a similar issue.
Output from
sudo -u telegraf telegraf --input-filter=smart --test
(serial is masked)Output from
sudo smartctl --info --health --attributes --tolerance=verypermissive --format=brief /dev/nvme0n1
The text was updated successfully, but these errors were encountered: