ScoopInstaller_Main/bucket/kapacitor.json
2021-04-02 03:00:23 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.5.9",
"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.5.9_windows_amd64.zip",
"hash": "18554ff16bee05db8c5ff4768f800c0979cea67c97fefa5ce592dcd8ed4263e7",
"extract_dir": "kapacitor-1.5.9-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"
}
}
}
}