telegraf: add disk plugin to small variant

Added inputs.disk to TELEGRAF_SMALL_PLUGINS

Signed-off-by: Niklas Thorild <niklas@thorild.se>
This commit is contained in:
Niklas Thorild
2026-03-19 20:52:30 +01:00
committed by Hannu Nyman
parent 65513fab59
commit b0656c7e24

View File

@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=telegraf
PKG_VERSION:=1.38.1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/influxdata/telegraf/tar.gz/v$(PKG_VERSION)?
@@ -30,6 +30,7 @@ endif
TELEGRAF_SMALL_PLUGINS:=custom \
inputs.cpu \
inputs.disk \
inputs.ethtool \
inputs.http \
inputs.internal \