summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Thorild2026-02-10 22:03:14 +0000
committerHannu Nyman2026-02-15 08:31:18 +0000
commit73aa31caca1a3bd22339721fc25d5d7fb260ac9d (patch)
tree15a457fc31fabb7a4f46232f41dc495618a77ecb
parent973541edc7982e8772fcd9b3145f08e139ffdd24 (diff)
downloadpackages-73aa31caca1a3bd22339721fc25d5d7fb260ac9d.tar.gz
telegraf: replace prometheus plugin with http plugin
- Replace inputs.prometheus with inputs.http Signed-off-by: Niklas Thorild <niklas@thorild.se>
-rw-r--r--utils/telegraf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/telegraf/Makefile b/utils/telegraf/Makefile
index aaaf6ccbd6..9e3bd07f91 100644
--- 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 \