mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
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:
committed by
Hannu Nyman
parent
65513fab59
commit
b0656c7e24
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user