mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Prometheus: Add description and persist data and config (#110)
This commit is contained in:
parent
521d1e1228
commit
c1dcbd690b
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://prometheus.io/",
|
"homepage": "https://prometheus.io/",
|
||||||
|
"description": "Power your metrics and alerting with a leading open-source monitoring solution.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"version": "2.10.0",
|
"version": "2.10.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
@ -15,9 +16,17 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
|
[
|
||||||
"prometheus.exe",
|
"prometheus.exe",
|
||||||
|
"prometheus",
|
||||||
|
"--config.file $persist_dir/prometheus.yml"
|
||||||
|
],
|
||||||
"promtool.exe"
|
"promtool.exe"
|
||||||
],
|
],
|
||||||
|
"persist": [
|
||||||
|
"data",
|
||||||
|
"prometheus.yml"
|
||||||
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/prometheus/prometheus"
|
"github": "https://github.com/prometheus/prometheus"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user