ScoopInstaller_Main/bucket/prometheus.json
2020-05-08 10:32:12 +02: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.18.1",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.18.1/prometheus-2.18.1.windows-amd64.tar.gz",
"hash": "2f63908b6f769a6e55eeca80078e7a826e2df2f867307a3548c099538190ef92",
"extract_dir": "prometheus-2.18.1.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.18.1/prometheus-2.18.1.windows-386.tar.gz",
"hash": "f35360327a33467a93fdbc98a6e3eec55a9fda70df28abd7d8f925cb6feb2419",
"extract_dir": "prometheus-2.18.1.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"
}
}
}