mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01: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.17.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.17.2/prometheus-2.17.2.windows-amd64.tar.gz",
|
|
"hash": "fd51c4a1ccbad28e5b503cfa2b75e7e7a056172c069c3e662eb6f00067f19e50",
|
|
"extract_dir": "prometheus-2.17.2.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.17.2/prometheus-2.17.2.windows-386.tar.gz",
|
|
"hash": "567e63b5edc0478f3d41769527e8e31c72cfcd23109f0255f3e6eecb2e15d424",
|
|
"extract_dir": "prometheus-2.17.2.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"
|
|
}
|
|
}
|
|
}
|