telegraf: Update to version 1.14.4

This commit is contained in:
Jakub Čábera 2020-06-09 21:52:08 +02:00
parent ef698faa29
commit e246e1131d

View File

@ -1,12 +1,12 @@
{ {
"homepage": "https://www.influxdata.com/time-series-platform/telegraf/", "homepage": "https://www.influxdata.com/time-series-platform/telegraf/",
"license": "MIT", "license": "MIT",
"version": "1.14.3", "version": "1.14.4",
"description": "The plugin-driven server agent for collecting & reporting metrics.", "description": "The plugin-driven server agent for collecting & reporting metrics.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.14.3_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.14.4_windows_amd64.zip",
"hash": "60710f610379bb15e326c59f7becbe0087ea59062236b9a947361fc5e01c10ed", "hash": "a3ac23a098657bff13fa2048223fe11efadedc320ac2aa9f46bf4e6bdf7e3638",
"extract_dir": "telegraf" "extract_dir": "telegraf"
} }
}, },