ScoopInstaller_Main/bucket/telegraf.json
github-actions[bot] c9fe43c7c3
telegraf: hash fix (#2614)
Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
2021-09-08 17:56:07 +01:00

35 lines
1.2 KiB
JSON

{
"version": "1.19.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.19.3_windows_amd64.zip",
"hash": "31bda0a456dcdf114f43dcfd0bd7ab6358fe4ceff5ff3209070fbf19ad218bbe",
"extract_dir": "telegraf-1.19.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"
}
}
}