Joshua Powers

Results 758 comments of Joshua Powers

Hi, To ensure I understand your request, you were expecting the output to only show these two lines? ``` cpu,cpu=cpu-total usage_idle_095=82.67260012136957 1637893260000000000 cpu,cpu=cpu-total usage_idle_095=83.12142252112594 1637893265000000000 ``` Thanks!

Hi, Can you clarify what you were looking for, otherwise I am going to close this issue. Thanks!

I have not played with aggregators like this before, but I do not believe aggregators can be combined as you are assuming. I added some debug output to the three...

> Are you able to reproduce this issue outside of the container? I am not. > What's the container image that's being used? The reporter in the Telegraf issue reported...

Hi @awnumar, Sounds like the folks above discovered the necessary change in a nspawn. In terms of errors, is checking for this capability, versus causing a panic, something you would...

> Caveat being that if the config endpoint is down, the agent does not crash and carries on with cached config The above and several other scenarios are essential to...

@paulojmdias - started working on a spec for this: https://github.com/influxdata/telegraf/pull/15321 take a look and please comment.

next steps: look at adding the `source` tag to the above three plugins in addition to the existing tags. Then determine if/when what minor release we could remove the old...

Hi Hipska, Looking through old issues to get status on them. It sounds like this is trying to not require the `community` config value for the ifname processor by knowing...

@Hipska, If we have the knowledge of what needs to get done in the `snmp` input plugin, why not add this as a feature of the `snmp` plugin? Thanks