ScoopInstaller_Main/bucket/kapacitor.json
2022-01-25 20:47:04 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.3",
"description": "Open source framework for processing, monitoring, and alerting on time series data.",
"homepage": "https://www.influxdata.com/time-series-platform/kapacitor/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-1.6.3_windows_amd64.zip",
"hash": "2066213fafbd1e3971afc3e19c186180c7af39dd3130bf69c54cd6a98677f677",
"extract_dir": "kapacitor-1.6.3-1"
}
},
"bin": [
"kapacitor.exe",
"kapacitord.exe"
],
"persist": "kapacitor.conf",
"checkver": {
"url": "https://portal.influxdata.com/downloads",
"regex": ">Kapacitor v([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-$version_windows_amd64.zip",
"hash": {
"url": "https://portal.influxdata.com/downloads/",
"regex": "$md5.*\\s.*$basename"
},
"extract_dir": "kapacitor-$version-1"
}
}
}
}