telegraf: Update to version 1.11.3

This commit is contained in:
Richard Kuhnt 2019-07-23 20:00:18 +00:00
parent fd42c5c497
commit d0b572c5e2

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.2", "version": "1.11.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.11.2_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.11.3_windows_amd64.zip",
"hash": "9f6345bec64bd493ce6e83900da9365c284150cb88bd31e271810431f831f6f4", "hash": "51ce3941bda5e2646051397bb5d8c3991412b8092a04bf649b26b3136021c5eb",
"extract_dir": "telegraf" "extract_dir": "telegraf"
} }
}, },