telegraf: Update to version 1.12.3

This commit is contained in:
Richard Kuhnt 2019-10-07 23:00:19 +00:00
parent a2483b0b76
commit fad47b6cb5

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.12.1", "version": "1.12.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.12.1_windows_amd64.zip", "url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.12.3_windows_amd64.zip",
"hash": "88d8c8146b561f43726e61688b42d0b5ab88fc22607b94df5a2c8245bbb27e29", "hash": "1d5fad004f37aa830806191f8dc78e07450e3c710388bc6229e6dc29c17c3245",
"extract_dir": "telegraf" "extract_dir": "telegraf"
} }
}, },