On 2026-06-11 04:30, Lucas Raab wrote:
On Wed, Jun 10, 2026 at 03:33:58PM +0300, Atanas Vladimirov wrote:
On 2026-06-10 13:24, Atanas Vladimirov wrote:
> Hey Team,
>
> Here is a patch to update the Telegraf to the recently released 1.39.0.
>
> This version includes and improvement to OpenNTPd input plugin.
> It now collects all stats, including the sensors, if any.
> [PR] - https://github.com/influxdata/telegraf/pull/18468
>
> I've been running this version for the last couple of hours and no problems 
so far.
> Let me know what do you think.
>
> Please add me in CC because I'm not subscribed to the list.
> Best wishes,
> Atanas

Resending because something went wrong with the formatting.

I came up with the same diff, but inputs.mem no longer works. I haven't
dived in too deeply yet, but I suspect something changed in gopsutil.

Hmm, what do you mean by "inputs.mem no longer works"? It works for me, here is the output from my machine

```
# HELP mem_active Telegraf collected metric
# TYPE mem_active gauge
mem_active{host="hodor.bsdbg.net"} 4.141580288e+09
# HELP mem_available Telegraf collected metric
# TYPE mem_available gauge
mem_available{host="hodor.bsdbg.net"} 2.3665143808e+10
# HELP mem_available_percent Telegraf collected metric
# TYPE mem_available_percent gauge
mem_available_percent{host="hodor.bsdbg.net"} 71.49447558387253
# HELP mem_cached Telegraf collected metric
# TYPE mem_cached gauge
mem_cached{host="hodor.bsdbg.net"} 2.1166497792e+10
# HELP mem_free Telegraf collected metric
# TYPE mem_free gauge
mem_free{host="hodor.bsdbg.net"} 1.789763584e+09
# HELP mem_inactive Telegraf collected metric
# TYPE mem_inactive gauge
mem_inactive{host="hodor.bsdbg.net"} 7.08882432e+08
# HELP mem_total Telegraf collected metric
# TYPE mem_total gauge
mem_total{host="hodor.bsdbg.net"} 3.3100660736e+10
# HELP mem_used Telegraf collected metric
# TYPE mem_used gauge
mem_used{host="hodor.bsdbg.net"} 9.435516928e+09
# HELP mem_used_percent Telegraf collected metric
# TYPE mem_used_percent gauge
mem_used_percent{host="hodor.bsdbg.net"} 28.505524416127475
# HELP mem_wired Telegraf collected metric
# TYPE mem_wired gauge
mem_wired{host="hodor.bsdbg.net"} 4.139040768e+09
```

Reply via email to