ScoopInstaller_Main/bucket/kapacitor.json
2024-12-17 04:31:02 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.7.6",
"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.7.6_windows_amd64.zip",
"hash": "f3234a7096ac5f1f90c5062b8434bf40c5ef5c5039430c977f98ed26c936f904",
"extract_dir": "kapacitor-1.7.6-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": "$sha256.*\\s.*\\s.*$basename"
},
"extract_dir": "kapacitor-$version-1"
}
}
}
}