ScoopInstaller_Main/bucket/prometheus.json
2025-09-22 08:30:23 +00:00

49 lines
1.7 KiB
JSON

{
"version": "3.6.0",
"description": "Systems monitoring and alerting toolkit",
"homepage": "https://prometheus.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v3.6.0/prometheus-3.6.0.windows-amd64.tar.gz",
"hash": "4c4081ebf3a44307b4e960ff9ffe25d5f70ac19dac49f14b13eb4aeb7189ba86",
"extract_dir": "prometheus-3.6.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v3.6.0/prometheus-3.6.0.windows-386.tar.gz",
"hash": "40781c1882073c9b852c85301e9f20ddb17f4e5f32fdb370eed17e1e99e93410",
"extract_dir": "prometheus-3.6.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": "$baseurl/sha256sums.txt"
}
}
}