telegraf: Update to version 1.15.1

This commit is contained in:
Richard Kuhnt 2020-07-23 00:00:38 +00:00
parent b7eb16a238
commit 33be54837b

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.0", "version": "1.15.1",
"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.0_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.15.1_windows_amd64.zip",
"hash": "ed1bce148604bc9e2e696b85d16f38a10bfa7de08539a0598b368efb39af9813", "hash": "6181ceefffa861d0fc537688886be291f17c5560589f3b250233ce3a6bfb04fc",
"extract_dir": "telegraf" "extract_dir": "telegraf"
} }
}, },