telegraf: Update to version 1.15.4

This commit is contained in:
Richard Kuhnt 2020-10-22 02:00:26 +00:00
parent 3f83701280
commit 6f7ddf4966

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.15.2", "version": "1.15.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.15.2_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.15.4_windows_amd64.zip",
"hash": "b343a62d34c8604dc7b892de519a71968318466086c6ccf0b83237d1744cbe21", "hash": "dda94a485a998128d497138dbbf07bbae6bab642ac93ea52ed4e7a27fbc09220",
"extract_dir": "telegraf" "extract_dir": "telegraf"
} }
}, },