ScoopInstaller_Main/bucket/telegraf.json
2020-12-02 00:01:48 +00:00

31 lines
1.0 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"
}
},
"bin": "telegraf.exe",
"persist": "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"
}
},
"hash": {
"url": "https://portal.influxdata.com/downloads/",
"regex": "(?sm)Windows Binaries.*?>$sha256</.*?wget $url"
}
}
}