mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 13:04:28 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "1.35.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.35.2_windows_amd64.zip",
|
|
"hash": "b5e07f6c19f288be65cccaa76ef8f8f2647695ac1a7fbe996d5c0dfd3d522f1e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-1.35.2_windows_i386.zip",
|
|
"hash": "b7ff391f897b232371b4480b905fc477bc71bd7f68b66c52e3f0c199262260f7"
|
|
}
|
|
},
|
|
"extract_dir": "telegraf-1.35.2",
|
|
"bin": "telegraf.exe",
|
|
"persist": "telegraf.conf",
|
|
"env_set": {
|
|
"TELEGRAF_CONFIG_PATH": "$persist_dir/telegraf.conf"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/influxdata/telegraf"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dl.influxdata.com/telegraf/releases/telegraf-$version_windows_i386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/influxdata/telegraf/releases/tag/v$version",
|
|
"regex": "(?s)$basename</.*?<code>$sha256</"
|
|
},
|
|
"extract_dir": "telegraf-$version"
|
|
}
|
|
}
|