telegraf: Update to version 1.20.0

This commit is contained in:
Jakub Čábera 2021-09-20 23:28:52 -07:00
parent ccdb560731
commit 717a9baf66

View File

@ -1,19 +1,19 @@
{ {
"version": "1.19.3", "version": "1.20.0",
"description": "The plugin-driven server agent for collecting & reporting metrics.", "description": "The plugin-driven server agent for collecting & reporting metrics.",
"homepage": "https://www.influxdata.com/time-series-platform/telegraf/", "homepage": "https://www.influxdata.com/time-series-platform/telegraf/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.19.3_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.20.0_windows_amd64.zip",
"hash": "31bda0a456dcdf114f43dcfd0bd7ab6358fe4ceff5ff3209070fbf19ad218bbe" "hash": "d94475df292da995418f6c74baeb11728cb1870f8bf2561528e162c67af31f84"
}, },
"32bit": { "32bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.19.3_windows_i386.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.20.0_windows_i386.zip",
"hash": "c2f4443650449b235418ef1b13b381c1190171b56227789a92032c907c9644ca" "hash": "245466d7a1042d7fcc5e1fa955a8200c09d262f809c146121facf9c8f9b29031"
} }
}, },
"extract_dir": "telegraf-1.19.3", "extract_dir": "telegraf-1.20.0",
"bin": "telegraf.exe", "bin": "telegraf.exe",
"persist": "telegraf.conf", "persist": "telegraf.conf",
"env_set": { "env_set": {