mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://www.influxdata.com/time-series-platform/kapacitor/",
|
|
"license": "MIT",
|
|
"version": "1.5.5",
|
|
"description": "Open source framework for processing, monitoring, and alerting on time series data.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-1.5.5_windows_amd64.zip",
|
|
"hash": "3964bc2998591a01eb7c134a23a9088313f5ac86d21bc4d87de504170ab30c94",
|
|
"extract_dir": "kapacitor-1.5.5-1"
|
|
}
|
|
},
|
|
"persist": "kapacitor.conf",
|
|
"bin": [
|
|
"kapacitor.exe",
|
|
"kapacitord.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://portal.influxdata.com/downloads",
|
|
"re": ">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"
|
|
}
|
|
}
|
|
}
|
|
}
|