ScoopInstaller_Main/bucket/prometheus.json
2025-12-02 12:31:51 +00:00

49 lines
1.7 KiB
JSON

{
"version": "3.8.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.8.0/prometheus-3.8.0.windows-amd64.tar.gz",
"hash": "8bc771367b0d80c5848e676c4f48427507cacc6b213bb6a2287eed2a69bb37ed",
"extract_dir": "prometheus-3.8.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v3.8.0/prometheus-3.8.0.windows-386.tar.gz",
"hash": "017d95d2e59ae109502ce4aaebc4d526cc523014f4b44ea9e19c8e8ef715e81f",
"extract_dir": "prometheus-3.8.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"
}
}
}