Joshua Powers
Joshua Powers
Hi, Can you paste the output of `smartctl --scan`? Per the readme that is what is uses to find what devices to scan.
> Telegraf 1.15.4 Are you really using telegraf 1.15? Can you: 1. Download v1.26.2 2. Remove all processors and aggregators from your config 3. Run with `telegraf --debug --once --config...
Help me understand what you changed between the top image and the bottom image. Is the only difference that the top used `--once` and the bottom used `--test` and suddenly...
> is there any reason for not parsing the device type from smartctl --scan? I don't recall off hand > FYI: You can now use smartctl --scan -j to get...
I've put up PR #15066 which introduces a new `smartctl` plugin. This will use JSON output to both scan for and get data back from devices. I don't expect the...
@nlgranger can you get me the output of the following command from one of these failing devices please? You'll need to replace `$DEVICE`, `$TYPE`, and `$NOCHECK` (default: standby): ```s smartctl...
@nlgranger - I've updated the PR to only exit if the message is an error and you give it another try? @venkatprashanth3 I need the JSON output from this command,...
> smartctl --json --all $DEVICE --device $TYPE this command leaves out a lot of information. I would not expect the plugin to copy every single field over as a metric....
> protocol specific log page, Background scan results log, SMART Self-test log, Long(extended) self-test duration, I can only collect what is available via that JSON output you provided. I do...
@venkatprashanth3 I've pushed updates to collect the vendor and produce new metrics around the scsi error counter log pages. New artifacts will be up in ~30mins from this post.