telegraf: Update to version 1.11.4

This commit is contained in:
Richard Kuhnt 2019-08-06 20:00:27 +00:00
parent 24b708485d
commit a66959c696

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.3", "version": "1.11.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.11.3_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.11.4_windows_amd64.zip",
"hash": "51ce3941bda5e2646051397bb5d8c3991412b8092a04bf649b26b3136021c5eb", "hash": "60270bd76a0be2a8bfc3e7a55c09bb2b16cc3a3873f4b30a04a472151d2a1a60",
"extract_dir": "telegraf" "extract_dir": "telegraf"
} }
}, },