ScoopInstaller_Main/bucket/telegraf.json
Ethan Bell d170ad0329
Update telegraf (#1642)
* Update telegraf.json to use new artifact directory

Recent (maybe just the current) version[s] of telegraf for windows use a versioned directory within the artifact rather than just "telegraf"

* add telegraf config env

* Update telegraf.json

Co-authored-by: Ross Smith II <ross@smithii.com>
2020-12-11 14:25:52 -08:00

35 lines
1.2 KiB
JSON

{
"version": "1.16.3",
"description": "The plugin-driven server agent for collecting & reporting metrics.",
"homepage": "https://www.influxdata.com/time-series-platform/telegraf/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.16.3_windows_amd64.zip",
"hash": "85fb7b0f96f8d3c42848a651d84beb34f0b7101864496248891834b36b2196cc",
"extract_dir": "telegraf-1.16.3"
}
},
"bin": "telegraf.exe",
"persist": "telegraf.conf",
"env_set": {
"TELEGRAF_CONFIG_PATH": "$persist_dir/telegraf.conf"
},
"checkver": {
"url": "https://portal.influxdata.com/downloads",
"regex": ">Telegraf v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-$version_windows_amd64.zip",
"extract_dir": "telegraf-$version"
}
},
"hash": {
"url": "https://portal.influxdata.com/downloads/",
"regex": "(?sm)Windows Binaries.*?>$sha256</.*?wget $url"
}
}
}