mirror of
https://github.com/YunoHost-Apps/prometheus_ynh.git
synced 2024-09-03 20:16:01 +02:00
commit
dcb692d08f
7 changed files with 20 additions and 17 deletions
|
@ -21,7 +21,7 @@ Prometheus, a Cloud Native Computing Foundation project, is a systems and servic
|
|||
It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed.
|
||||
|
||||
|
||||
**Shipped version:** 2.48.0~ynh2
|
||||
**Shipped version:** 2.52.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.do.prometheus.io>
|
||||
## Documentation and resources
|
||||
|
|
|
@ -21,7 +21,7 @@ Prometheus, a Cloud Native Computing Foundation project, is a systems and servic
|
|||
It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 2.48.0~ynh2
|
||||
**Paketatutako bertsioa:** 2.52.0~ynh1
|
||||
|
||||
**Demoa:** <https://demo.do.prometheus.io>
|
||||
## Dokumentazioa eta baliabideak
|
||||
|
|
|
@ -21,7 +21,7 @@ Prometheus, a Cloud Native Computing Foundation project, is a systems and servic
|
|||
It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed.
|
||||
|
||||
|
||||
**Version incluse :** 2.48.0~ynh2
|
||||
**Version incluse :** 2.52.0~ynh1
|
||||
|
||||
**Démo :** <https://demo.do.prometheus.io>
|
||||
## Documentations et ressources
|
||||
|
|
|
@ -21,7 +21,7 @@ Prometheus, a Cloud Native Computing Foundation project, is a systems and servic
|
|||
It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed.
|
||||
|
||||
|
||||
**Versión proporcionada:** 2.48.0~ynh2
|
||||
**Versión proporcionada:** 2.52.0~ynh1
|
||||
|
||||
**Demo:** <https://demo.do.prometheus.io>
|
||||
## Documentación e recursos
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
请勿手动编辑。
|
||||
-->
|
||||
|
||||
# YunoHost 的 Prometheus
|
||||
# YunoHost 上的 Prometheus
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/prometheus)  
|
||||
|
||||
|
@ -21,7 +21,7 @@ Prometheus, a Cloud Native Computing Foundation project, is a systems and servic
|
|||
It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed.
|
||||
|
||||
|
||||
**分发版本:** 2.48.0~ynh2
|
||||
**分发版本:** 2.52.0~ynh1
|
||||
|
||||
**演示:** <https://demo.do.prometheus.io>
|
||||
## 文档与资源
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Prometheus"
|
|||
description.en = "Monitoring system and time series database"
|
||||
description.fr = "Supervision chronologique de systèmes et services"
|
||||
|
||||
version = "2.48.0~ynh2"
|
||||
version = "2.52.0~ynh1"
|
||||
|
||||
maintainers = ["tituspijean"]
|
||||
|
||||
|
@ -23,8 +23,11 @@ cpe = "cpe:2.3:a:prometheus:prometheus"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = ["i386", "amd64", "armhf", "arm64"]
|
||||
multi_instance = true
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
@ -40,17 +43,17 @@ ram.runtime = "50M"
|
|||
[resources]
|
||||
[resources.sources]
|
||||
[resources.sources.main]
|
||||
i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-386.tar.gz"
|
||||
i386.sha256 = "6b946c62137eefa8a272e0184c2cbe08a54136bebdcaa168e278aaed2c12a8ba"
|
||||
i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.52.0/prometheus-2.52.0.linux-386.tar.gz"
|
||||
i386.sha256 = "ce9fa8370a82a64f1172d43f4cecc383d4d82b7b40bfbeaf7fe81aa5503af95e"
|
||||
|
||||
amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-amd64.tar.gz"
|
||||
amd64.sha256 = "5871ca9e01ae35bb7ab7a129a845a7a80f0e1453f00f776ac564dd41ff4d754e"
|
||||
amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.52.0/prometheus-2.52.0.linux-amd64.tar.gz"
|
||||
amd64.sha256 = "7f31c5d6474bbff3e514e627e0b7a7fbbd4e5cea3f315fd0b76cad50be4c1ba3"
|
||||
|
||||
armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-armv7.tar.gz"
|
||||
armhf.sha256 = "b4996550b56048a4b9a3937e0f5ff119c6fa33f937baf44007e5b9b4ce9779b1"
|
||||
armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.52.0/prometheus-2.52.0.linux-armv7.tar.gz"
|
||||
armhf.sha256 = "6bf7c4688e97f2f5cae0537a1c81efbfc92256041c94e04f974fb0a3152b9ede"
|
||||
|
||||
arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-arm64.tar.gz"
|
||||
arm64.sha256 = "c6e85f7b4fd0785df48266c1ee53975f862996a99b7d96520dc730e65da7bcf6"
|
||||
arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.52.0/prometheus-2.52.0.linux-arm64.tar.gz"
|
||||
arm64.sha256 = "b503c0f552e381d7d3f84dfd275166bf07c74f99c428ffed69447d4ab3259901"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.i386 = ".*linux-386.tar.gz"
|
||||
|
|
|
@ -8,7 +8,7 @@ test_format = 1.0
|
|||
# Commits to test upgrade from
|
||||
# -------------------------------
|
||||
|
||||
[default.test_upgrade_from.6c4d396]
|
||||
name = "2021-06-23 v2.27.1"
|
||||
[default.test_upgrade_from.64608cd51c8bef699a9f1295fee23d8ef26d5979]
|
||||
name = "v2.48.0"
|
||||
args.admin = "package_checker"
|
||||
args.domain = "domain.tld"
|
||||
|
|
Loading…
Add table
Reference in a new issue