diff options
| author | Niklas Thorild | 2026-02-10 22:03:14 +0000 |
|---|---|---|
| committer | Hannu Nyman | 2026-02-15 08:31:18 +0000 |
| commit | 73aa31caca1a3bd22339721fc25d5d7fb260ac9d (patch) | |
| tree | 15a457fc31fabb7a4f46232f41dc495618a77ecb | |
| parent | 973541edc7982e8772fcd9b3145f08e139ffdd24 (diff) | |
| download | packages-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/Makefile | 2 |
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 \ |