mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-13 02:41:19 +00:00
49 lines
1.8 KiB
JSON
49 lines
1.8 KiB
JSON
{
|
|
"homepage": "https://prometheus.io/",
|
|
"description": "Power your metrics and alerting with a leading open-source monitoring solution.",
|
|
"license": "Apache-2.0",
|
|
"version": "2.13.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.13.1/prometheus-2.13.1.windows-amd64.tar.gz",
|
|
"hash": "44dd2834f753a527131da30a133de3ba35152356525a8ab7a24753770c593bfa",
|
|
"extract_dir": "prometheus-2.13.1.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.13.1/prometheus-2.13.1.windows-386.tar.gz",
|
|
"hash": "f4ae9a6efd83fcf1fc80b5becbeca1046a490bb1b6141c33fd4f34be481d0996",
|
|
"extract_dir": "prometheus-2.13.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": "https://github.com/prometheus/prometheus/releases/download/v$version/sha256sums.txt"
|
|
}
|
|
}
|
|
}
|