ScoopInstaller_Main/bucket/prometheus.json
2020-07-25 10:10:01 +02:00

49 lines
1.8 KiB
JSON

{
"version": "2.19.3",
"description": "Power your metrics and alerting with a leading open-source monitoring solution.",
"homepage": "https://prometheus.io/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.19.3/prometheus-2.19.3.windows-amd64.tar.gz",
"hash": "123f8a84cd6ddc26a75b6cea903665e5e7576d93bcd9aeac3821427fc3e2e11d",
"extract_dir": "prometheus-2.19.3.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.19.3/prometheus-2.19.3.windows-386.tar.gz",
"hash": "57ad21f947836206e0ee4a3351ee83173a220c81a9be74ae6f6636cd327e8de9",
"extract_dir": "prometheus-2.19.3.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"
}
}
}