knollet
knollet
I'm sorry, I haven't gotten around to it yet. I will try to give it a try today.
Hi, It seems it doesn't do anything. If I see correctly, the state variable has to be "declared" before using it. As there are no `global` or `nonlocal` keywords in...
My complete config is this, you just have to add an output and you can test this ``` ## test of https://github.com/influxdata/telegraf/pull/15038 ## is the starlark state saved now and...
Ok, well, ... I use this config (yes, I ran the anonymized version, but with correct values for the influx it's just the same) ``` ######### # Input # #########...
Ok. Seems to work now. But I think I know why it died silently: For some reason my already existing statefile wasn't readable for telegraf. For some reason that didn't...
So I was debugging the ominous `[inputs.sysstat] Collection took longer than expected; not complete after interval of 10s` message. Which always coincides with high load, the telegraf running at 100%...
Hi, I believe the error is thrown in one of these lines as those are the only ones, which don't get prefixed with some additional error information. - https://github.com/influxdata/telegraf/blob/master/plugins/inputs/win_wmi/method.go#L81 -...
We have two new errors which seem to occur in this context: `2025-02-24T08:45:00Z E! [inputs.win_wmi] Error in plugin: Class does not exist.` and `2025-02-24T08:20:00Z E! [inputs.win_wmi] Error in plugin: Not...
No, sorry, it doesn't. (not to me, at least) When telegraf is starting up, there are some steps required before you can log into the file, you say. Why is...