telegraf: Update to version 1.13.4

This commit is contained in:
Richard Kuhnt 2020-02-25 22:01:49 +00:00
parent 1be77007c9
commit 47337ce755

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.13.3", "version": "1.13.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.13.3_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.13.4_windows_amd64.zip",
"hash": "15ab226054582de710ea89c68bf0d985ffbf6b369b376c5c001c672f3539edfe", "hash": "1b037e144ab62857d2a1b94cb65d869ad1b7d4053bbdd6ff5525bc05a1ed9728",
"extract_dir": "telegraf" "extract_dir": "telegraf"
} }
}, },