On Sun, Mar 27, 2022 at 11:09:32AM +0200, Martin Reindl wrote: > Am 26.03.22 um 20:59 schrieb Lucas Raab: > > On Sat, Mar 26, 2022 at 08:32:11PM +0100, Martin Reindl wrote: > >> > >> Am 26.03.22 um 18:41 schrieb Lucas Raab: > >>> Hello, > >>> > >>> Here's an update for telegraf. This fixes a snmp collection issue > >>> that was identified in 1.21.x. This is my first attempt at updating > >>> a Go-based port so hopefully I didn't botch the job :) Tested so > >>> far on amd64 only. Other testers out there want to give this a > >>> whirl? > >>> > >>> Changelog: https://github.com/influxdata/telegraf/releases/tag/v1.22.0 > >>> > >>> Thanks, > >>> Lucas > >> > >> > >> v1.22.0 switched gopsutil to v3 which breaks arm64 > >> (which was just fixed in v1.21.4) > >> > >> If people prefer to have snmp fixed I can take this forward, but then > >> there won't be a telegraf package for arm64 in 7.1. > >> > >> -m > > > > Ah, that's unfortunate. I think not updating makes the most sense in > > that case > > Lucas, > > it might be easier to pull the fix for snmp into our 1.21.4 port than > getting rid of gopsutil/cpu. Can you please point me to the relevant PR > in telegraf? > > -m
Hello Martin, The PR is: https://github.com/influxdata/telegraf/pull/10802 Lucas