Sven Rebhan
Sven Rebhan
@rplevka please test the PR in #15468 and let me know if that works for you!
Is anyone still interested in this? PR #7112 was abandoned unfortunately...
@davidaugustin1 and @aarnaud can you please test the binary built by CI in #12629!?! Windows paths can now be ```toml sources = [ 'file://C:\Windows\Temp\test.pem', "file://C:\\Windows\\Temp\\test.pem", "/Windows/Temp/test.pem", "file://C:/Windows/Temp/test.pem" ] ``` Please...
@jjh74 so do you think we should **not** support `"file://C:/Windows/Temp/test.pem"` but `"file:///C:/Windows/Temp/test.pem"`? If so, please comment on the PR!
The PR is updated to handle both cases. @aarnaud if you can test and report back quickly we might be able to include this in v1.25.2 (due on Monday IIRC)......
@ThomDietrich you might want to try the [`sensors` input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/sensors)... Does that work?
@ThomDietrich yeah I also realized that. The problem here is that this is not exactly Telegraf related in the sense that Telegraf continues to work if you provide hddtemp. As...
@porteusconf thanks a bunch for bringing this up! Do you mind to open a PR against the hddtemp README adding this section?
As there is a workaround I'm closing this issue. @yosiasz if your issue still exists, please open a new issue with more details on your configuration, expected behavior etc. Thanks...
As discussed on slack, for some devices you need to specify _all_ coil registers starting from address zero as those devices do not allow reading from an offset. We hope...