Index | Thread | Search

From:
Lucas Raab <tuftedocelot@fastmail.fm>
Subject:
Re: [UPDATE] sysutils/telegraf 1.37.0 -> 1.38.3
To:
Atanas Vladimirov <vlado@bsdbg.net>
Cc:
Ports <ports@openbsd.org>
Date:
Fri, 1 May 2026 04:31:26 +0000

Download raw body.

Thread
  • Atanas Vladimirov:

    [UPDATE] sysutils/telegraf 1.37.0 -> 1.38.3

  • On Thu, Apr 30, 2026 at 11:01:33PM +0300, Atanas Vladimirov wrote:
    > Hello Folks,
    > 
    > Here is a patch to update the Telegraf to the recently released 1.38.3.
    > 
    > There is a fix in [inputs.mem] plugin - vm.Cached is unavailable on OpenBSD
    > and the nearest equivalent to Linux cache memory is vm.Buffers.
    > [PR] - https://github.com/influxdata/telegraf/pull/18469
    > 
    > During the update, build failed at link time with `-ldl` from
    > github.com/snowflakedb/gosnowflake
    > 
    > I found it was because gosnowflake >= 1.19.x enables minicore code paths that
    > add #cgo LDFLAGS: -ldl, but OpenBSD has no separate libdl.
    > The solution was to disabled the minicore.
    > 
    > I've been running this version for the last few days 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 
    
    Thanks for taking a look at this, you got there ahead of me :) I'll give
    this a go soon, but at face value, sounds okay to me.
    
    
  • Atanas Vladimirov:

    [UPDATE] sysutils/telegraf 1.37.0 -> 1.38.3