ScoopInstaller_Main/bucket/telegraf.json
2021-07-07 23:00:22 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.19.1",
"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.1_windows_amd64.zip",
"hash": "0d089d222a93482b16941c73345333ab3bd3656a8488e3a91c9d330242ddec3d",
"extract_dir": "telegraf-1.19.1"
}
},
"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"
}
}
}