telegraf: replace prometheus plugin with http plugin
authorNiklas Thorild <redacted>
Tue, 10 Feb 2026 22:03:14 +0000 (23:03 +0100)
committerHannu 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

index aaaf6ccbd628a2fdd770449f30366bd136095c85..9e3bd07f91a89baff432d7aba5014829e1acd60c 100644 (file)
@@ -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