ScoopInstaller_Main/bucket/prometheus.json
2020-09-12 12:21:03 +02:00

49 lines
1.8 KiB
JSON

{
"version": "2.21.0",
"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.21.0/prometheus-2.21.0.windows-amd64.tar.gz",
"hash": "f3139fbfe1731ae2bba678441f03270701eb4a095466c7a834819cedd3a0d9e3",
"extract_dir": "prometheus-2.21.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.21.0/prometheus-2.21.0.windows-386.tar.gz",
"hash": "d8e37eab2b4bf57ad55925948eed4162ce8a0f54e8d9488162650d2ad38571c7",
"extract_dir": "prometheus-2.21.0.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"
}
}
}