ScoopInstaller_Main/bucket/prometheus.json
2022-11-24 12:31:50 +00:00

49 lines
1.7 KiB
JSON

{
"version": "2.40.3",
"description": "Systems monitoring and alerting toolkit",
"homepage": "https://prometheus.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.40.3/prometheus-2.40.3.windows-amd64.tar.gz",
"hash": "49438b3df60cd4df642dc87e6434980a8cebea4b6ad39d01bef0c300c6a5c7b0",
"extract_dir": "prometheus-2.40.3.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.40.3/prometheus-2.40.3.windows-386.tar.gz",
"hash": "4e9563a231ed90859f17c82450e1af144c2a433bc231fa0b6408111352414b92",
"extract_dir": "prometheus-2.40.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": "$baseurl/sha256sums.txt"
}
}
}