ScoopInstaller_Main/bucket/kapacitor.json
2023-04-29 00:33:05 +00:00

35 lines
1.2 KiB
JSON

{
"version": "1.6.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.6.6_windows_amd64.zip",
"hash": "db23a558c8204395343fd04b5d0b503b5f27bb6d9938a29d53c8a9b5291409b6",
"extract_dir": "kapacitor-1.6.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"
}
}
}
}