telegraf: Update to version 1.13.3

This commit is contained in:
Richard Kuhnt 2020-02-05 01:01:51 +00:00
parent 9c4dc8ea1b
commit 1e0173d0b3

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.2", "version": "1.13.3",
"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.2_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.13.3_windows_amd64.zip",
"hash": "4e9079a2e857d55a08d7aa675d3fb424ccc934a127eb7b06454e4dc5d2eb819a", "hash": "15ab226054582de710ea89c68bf0d985ffbf6b369b376c5c001c672f3539edfe",
"extract_dir": "telegraf" "extract_dir": "telegraf"
} }
}, },