git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
65513fa
)
telegraf: add disk plugin to small variant
author
Niklas Thorild
<redacted>
Thu, 19 Mar 2026 19:52:30 +0000
(20:52 +0100)
committer
Hannu Nyman
<redacted>
Fri, 20 Mar 2026 16:17:35 +0000
(18:17 +0200)
Added inputs.disk to TELEGRAF_SMALL_PLUGINS
Signed-off-by: Niklas Thorild <redacted>
utils/telegraf/Makefile
patch
|
blob
|
history
diff --git
a/utils/telegraf/Makefile
b/utils/telegraf/Makefile
index bf74d437ad8085d2f3b45fa867b5efb9719ebf55..df9ec0ce8bddbc29a8302e3b663d3a7e5878a018 100644
(file)
--- a/
utils/telegraf/Makefile
+++ b/
utils/telegraf/Makefile
@@
-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 \
git clone https://git.99rst.org/PROJECT