ScoopInstaller_Main/bucket/prometheus.json
2026-02-26 04:59:26 +00:00

49 lines
1.7 KiB
JSON

{
"version": "3.10.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.10.0/prometheus-3.10.0.windows-amd64.tar.gz",
"hash": "eda3770eb5dd4bb15063649b6783d733fa42fdc6ff6101114fa65f7c1c3f48db",
"extract_dir": "prometheus-3.10.0.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v3.10.0/prometheus-3.10.0.windows-386.tar.gz",
"hash": "e2e1b521686dde978edfa1aa1c1c6a99f97c27a41a6bbb95f4168fc86e2dc311",
"extract_dir": "prometheus-3.10.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"
}
}
}