ScoopInstaller_Main/bucket/kapacitor.json
2020-04-21 18:01:49 +00:00

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"
}
}
}
}