ScoopInstaller_Main/bucket/kapacitor.json
2022-03-25 09:18:45 +05:30

35 lines
1.2 KiB
JSON

{
"version": "1.6.4",
"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.4_windows_amd64.zip",
"hash": "25d498e7ddc20f46276fb0b6ecfc2f6f856ca99ecfe0ad2724441f0d5fa2731b",
"extract_dir": "kapacitor-1.6.4-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"
}
}
}
}