telegraf: Update to version 1.12.0

This commit is contained in:
Richard Kuhnt 2019-09-03 22:00:24 +00:00
parent f0bd8294c6
commit 3dc8ddfcaf

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.11.5", "version": "1.12.0",
"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.11.5_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.12.0_windows_amd64.zip",
"hash": "e923b5fd28f235948c7dbc26a1d667571ab6dab2651aeeac0dc68c612af00c2c", "hash": "f6fecc7c8127618aaa0af2e6b0f8f2d336044cde57ba6193e2317306e47761a8",
"extract_dir": "telegraf" "extract_dir": "telegraf"
} }
}, },