ScoopInstaller_Main/bucket/prometheus.json
2019-12-23 16:01:53 +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.15.0",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.15.0/prometheus-2.15.0.windows-amd64.tar.gz",
"hash": "3dbd03f24270ac8c03ca6f5f6bf49bb71e3e3c5edc84a147fa0ecf324574a701",
"extract_dir": "prometheus-2.15.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.15.0/prometheus-2.15.0.windows-386.tar.gz",
"hash": "1d817fea37c970ea5611e705ea39af4ef1b1439db3bc04d50d74d7aae31dded0",
"extract_dir": "prometheus-2.15.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"
}
}
}