mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +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.12.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.12.0/prometheus-2.12.0.windows-amd64.tar.gz",
|
|
"hash": "c93d1677747f8522955962d750a6514b59551e941570ff1ab6441a8ef9270c3f",
|
|
"extract_dir": "prometheus-2.12.0.windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/prometheus/prometheus/releases/download/v2.12.0/prometheus-2.12.0.windows-386.tar.gz",
|
|
"hash": "31213e52ae1cc85ec61f6e7b0fc859b12bb05191a4693dd0d6fc9574cf33e04f",
|
|
"extract_dir": "prometheus-2.12.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"
|
|
}
|
|
}
|
|
}
|