telegraf: Update to version 1.11.2

This commit is contained in:
Richard Kuhnt 2019-07-09 22:01:52 +00:00
parent f6d5087e60
commit 3c091c6ada

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.1", "version": "1.11.2",
"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.1_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.11.2_windows_amd64.zip",
"hash": "25f2690f2a270607c9faf3d4e1c9e96d436d98b3fb76669555e0191eb3808d17", "hash": "9f6345bec64bd493ce6e83900da9365c284150cb88bd31e271810431f831f6f4",
"extract_dir": "telegraf" "extract_dir": "telegraf"
} }
}, },