telegraf: Update to version 1.16.2

This commit is contained in:
Richard Kuhnt 2020-11-13 21:01:47 +00:00
parent 6316cdd0d2
commit 254b3c1893

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.16.1", "version": "1.16.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.16.1_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.16.2_windows_amd64.zip",
"hash": "62dd6e696e961d386342da1e05052806412062a85c6354db85747b1c08114abd", "hash": "6e1d856160bf9892b1c8421f407bab2d35a8567300c02efa64643c2a7640b25d",
"extract_dir": "telegraf" "extract_dir": "telegraf"
} }
}, },