telegraf: Update to version 1.13.1

This commit is contained in:
Richard Kuhnt 2020-01-08 20:00:23 +00:00
parent 3ba38b93cc
commit 2e335934a0

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.13.0", "version": "1.13.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.13.0_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.13.1_windows_amd64.zip",
"hash": "310a74cacb33383e4680b9d1c60ad349449982adb277a7ef11f615f8bb7126e9", "hash": "469b43411e844368db8c81c1b09136e6b52ac4a853bda7894bbfb903e3a05975",
"extract_dir": "telegraf" "extract_dir": "telegraf"
} }
}, },