Joshua Powers
Joshua Powers
Hi, Wow, thanks for finding the various history on this. As you mention PowerShell 7, and even PowerShell 6, both use [BOM-less UTF-8 by default](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_character_encoding?view=powershell-7.2#character-encoding-in-powershell). The issue occurs when using...
ha - I see we put up PRs within minutes of each other. The reason I did not go down that road of adding support for UTF-16LE encoding is the...
> I actually wrote something similar before I went down the encoding rabbit hole: https://github.com/R290/telegraf/commit/475051d99acbc6c6cffb108280ae83b6fbaa2ef7. Your version seems to do a bit more explaining, whereas mine is rather brief, so...
Hi @xoxys, Thanks for the request. How would the metric detect the revocation? We currently report the time till expiration, but this would require some sort of other check right?...
Hi, Interesting request. My initial thought is to write a script and use an `exec` input plugin to do this. Although I can see adding these to HTTP might be...
> Maybe I can work on this, should I start a PR? Always happy to see a PR
Hi, Would you be willing to share some of the example duplicate points from a telegraf log? It would be helpful to use the `[[outputs.file]]` output to see what metrics...
What is your output you are pushing this to? And what is the output in your comment above from? When looking at the metrics.out file I first looked at the...
As I don't think the plugin would suddenly start generating duplicate metrics, it looks like you have two plugins running at the same time. Some follow up questions: - How...
- What version of vsphere are you running? - If you exclude all the vm_metrics with `vm_metric_exclude = [ "*" ]` and delete the `vm_metric_include` array, do you still get...