ScoopInstaller_Main/bucket/telegraf.json
2020-11-14 10:48:46 +01:00

31 lines
1.0 KiB
JSON

{
"version": "1.16.2",
"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.2_windows_amd64.zip",
"hash": "6e1d856160bf9892b1c8421f407bab2d35a8567300c02efa64643c2a7640b25d",
"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"
}
}
}