ScoopInstaller_Main/bucket/prometheus.json
2019-08-14 12:01:05 +00:00

49 lines
1.8 KiB
JSON

{
"homepage": "https://prometheus.io/",
"description": "Power your metrics and alerting with a leading open-source monitoring solution.",
"license": "Apache-2.0",
"version": "2.11.2",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.11.2/prometheus-2.11.2.windows-amd64.tar.gz",
"hash": "0ce1a6c88163dab18d5a72fa9bf5c39f1bce5f9bf42ff5ecaf978011492997cd",
"extract_dir": "prometheus-2.11.2.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.11.2/prometheus-2.11.2.windows-386.tar.gz",
"hash": "858bc93b3de613e9bc0236a37dbca8a0747dbdf5a88921e2777f7239fcae11e7",
"extract_dir": "prometheus-2.11.2.windows-386"
}
},
"bin": [
[
"prometheus.exe",
"prometheus",
"--config.file $persist_dir/prometheus.yml"
],
"promtool.exe"
],
"persist": [
"data",
"prometheus.yml"
],
"checkver": {
"github": "https://github.com/prometheus/prometheus"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v$version/prometheus-$version.windows-amd64.tar.gz",
"extract_dir": "prometheus-$version.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v$version/prometheus-$version.windows-386.tar.gz",
"extract_dir": "prometheus-$version.windows-386"
}
},
"hash": {
"url": "https://github.com/prometheus/prometheus/releases/download/v$version/sha256sums.txt"
}
}
}