ScoopInstaller_Main/bucket/prometheus.json
2024-11-28 20:28:36 +00:00

49 lines
1.7 KiB
JSON

{
"version": "3.0.1",
"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.0.1/prometheus-3.0.1.windows-amd64.tar.gz",
"hash": "5f7441790c0f2702a89c0840b860e402c4a0a697f2f06df3a62a03ec044530b6",
"extract_dir": "prometheus-3.0.1.windows-amd64"
},
"32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v3.0.1/prometheus-3.0.1.windows-386.tar.gz",
"hash": "3ff36757354e46a4fdb81d4248b0d090dcba2275e589fb898dcd6dc7d29f2c41",
"extract_dir": "prometheus-3.0.1.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"
}
}
}