mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +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.16.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.16.0/prometheus-2.16.0.windows-amd64.tar.gz",
|
|
"hash": "13522f391e7c1e4cd3d44de5e5498db1a9ce68445a2cc386a31faae90870ba4e",
|
|
"extract_dir": "prometheus-2.16.0.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.16.0/prometheus-2.16.0.windows-386.tar.gz",
|
|
"hash": "a4c2dd7cdb63fd95b0af712742488309042b834df8c6215f30f8b3e7f0b35a63",
|
|
"extract_dir": "prometheus-2.16.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": "https://github.com/prometheus/prometheus/releases/download/v$version/sha256sums.txt"
|
|
}
|
|
}
|
|
}
|