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:
973541e
)
telegraf: replace prometheus plugin with http plugin
author
Niklas Thorild
<redacted>
Tue, 10 Feb 2026 22:03:14 +0000
(23:03 +0100)
committer
Hannu Nyman
<redacted>
Sun, 15 Feb 2026 08:31:18 +0000
(10:31 +0200)
- Replace inputs.prometheus with inputs.http
Signed-off-by: Niklas Thorild <redacted>
utils/telegraf/Makefile
patch
|
blob
|
history
diff --git
a/utils/telegraf/Makefile
b/utils/telegraf/Makefile
index aaaf6ccbd628a2fdd770449f30366bd136095c85..9e3bd07f91a89baff432d7aba5014829e1acd60c 100644
(file)
--- a/
utils/telegraf/Makefile
+++ b/
utils/telegraf/Makefile
@@
-32,6
+32,7
@@
endif
TELEGRAF_SMALL_PLUGINS:=custom \
inputs.cpu \
inputs.ethtool \
+ inputs.http \
inputs.internal \
inputs.interrupts \
inputs.ipset \
@@
-43,7
+44,6
@@
TELEGRAF_SMALL_PLUGINS:=custom \
inputs.ping \
inputs.processes \
inputs.procstat \
- inputs.prometheus \
inputs.sensors \
inputs.snmp \
inputs.socket_listener \
git clone https://git.99rst.org/PROJECT