mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
31 lines
1.0 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|