sysutils/telegraf: update to 1.29.1

ok landry@
This commit is contained in:
lraab 2023-12-29 15:41:15 +00:00
parent 4bd3cf3ad2
commit 4e92825db4
4 changed files with 4635 additions and 1257 deletions

View File

@ -3,13 +3,12 @@ COMMENT = plugin-driven server agent for collecting metrics
BROKEN-arm = build fails, no error message
BROKEN-i386 = /usr/local/go/pkg/tool/openbsd_386/link: mapping output file failed: cannot allocate memory
MODGO_VERSION= v1.28.3
MODGO_VERSION= v1.29.1
MODGO_MODNAME= github.com/influxdata/telegraf
GH_ACCOUNT = influxdata
GH_PROJECT = telegraf
GH_TAGNAME = ${MODGO_VERSION}
HOMEPAGE = https://www.influxdata.com/time-series-platform/telegraf/
REVISION = 0
MAINTAINER = Lucas Raab <tuftedocelot@fastmail.fm>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +0,0 @@
Index: plugins/inputs/ras/ras.go
--- plugins/inputs/ras/ras.go.orig
+++ plugins/inputs/ras/ras.go
@@ -1,5 +1,5 @@
//go:generate ../../../tools/readme_config_includer/generator
-//go:build linux && (386 || amd64 || arm || arm64)
+//go:build linux && (386 || amd64 || arm || arm64) && !openbsd
package ras