From: Niklas Thorild Date: Tue, 10 Feb 2026 22:03:14 +0000 (+0100) Subject: telegraf: replace prometheus plugin with http plugin X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=73aa31caca1a3bd22339721fc25d5d7fb260ac9d;p=openwrt-packages.git telegraf: replace prometheus plugin with http plugin - Replace inputs.prometheus with inputs.http Signed-off-by: Niklas Thorild --- diff --git a/utils/telegraf/Makefile b/utils/telegraf/Makefile index aaaf6ccbd..9e3bd07f9 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 \