mirror of
https://github.com/YunoHost-Apps/prometheus_ynh.git
synced 2024-09-03 20:16:01 +02:00
Merge pull request #16 from YunoHost-Apps/ci-auto-update-v2.36.0
Upgrade to version 2.36.0
This commit is contained in:
commit
345f3caecb
9 changed files with 38 additions and 34 deletions
20
README.md
20
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Prometheus for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/prometheus)  
|
||||
[](https://dash.yunohost.org/appci/app/prometheus)  
|
||||
[](https://install-app.yunohost.org/?app=prometheus)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -17,10 +17,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Monitoring system and time series database
|
||||
|
||||
**Shipped version:** 2.35.0~ynh1
|
||||
**Shipped version:** 2.36.0~ynh1
|
||||
|
||||
**Demo:** https://demo.do.prometheus.io
|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
* Port assigned to the app can be read in `/etc/yunohost/apps/prometheus/settings.yml`
|
||||
|
@ -29,21 +28,22 @@ Monitoring system and time series database
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://prometheus.io
|
||||
* Official admin documentation: https://prometheus.io/docs
|
||||
* Upstream app code repository: https://github.com/prometheus/prometheus
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_prometheus
|
||||
* Report a bug: https://github.com/YunoHost-Apps/prometheus_ynh/issues
|
||||
* Official app website: <https://prometheus.io>
|
||||
* Official admin documentation: <https://prometheus.io/docs>
|
||||
* Upstream app code repository: <https://github.com/prometheus/prometheus>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_prometheus>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/prometheus_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/prometheus_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/prometheus_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade prometheus -u https://github.com/YunoHost-Apps/prometheus_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
26
README_fr.md
26
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Prometheus pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/prometheus)  
|
||||
[](https://dash.yunohost.org/appci/app/prometheus)  
|
||||
[](https://install-app.yunohost.org/?app=prometheus)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Prometheus rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
@ -13,10 +17,9 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Supervision chronologique de systèmes et services
|
||||
|
||||
**Version incluse :** 2.35.0~ynh1
|
||||
**Version incluse :** 2.36.0~ynh1
|
||||
|
||||
**Démo :** https://demo.do.prometheus.io
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
* Le port assigné à l'app est consultable dans `/etc/yunohost/apps/prometheus/settings.yml`
|
||||
|
@ -26,21 +29,22 @@ Supervision chronologique de systèmes et services
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://prometheus.io
|
||||
* Documentation officielle de l'admin : https://prometheus.io/docs
|
||||
* Dépôt de code officiel de l'app : https://github.com/prometheus/prometheus
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_prometheus
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/prometheus_ynh/issues
|
||||
* Site officiel de l'app : <https://prometheus.io>
|
||||
* Documentation officielle de l'admin : <https://prometheus.io/docs>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/prometheus/prometheus>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_prometheus>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/prometheus_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/prometheus_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/prometheus_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade prometheus -u https://github.com/YunoHost-Apps/prometheus_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.35.0/prometheus-2.35.0.linux-386.tar.gz
|
||||
SOURCE_SUM=8390969675efbc5e56b9c3f418f9b5dd62569e83c4994f71a3f0a6c4a4ff8e99
|
||||
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.36.0/prometheus-2.36.0.linux-386.tar.gz
|
||||
SOURCE_SUM=288eeb55346d422dedb717684bf05b103ff59fea2f8fd320041d2fbb63cf3c66
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.35.0/prometheus-2.35.0.linux-amd64.tar.gz
|
||||
SOURCE_SUM=e4546960688d1c85530ec3a93e109d15b540f3251e1f4736d0d9735e1e857faf
|
||||
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.36.0/prometheus-2.36.0.linux-amd64.tar.gz
|
||||
SOURCE_SUM=8ce279468d3a94f54e208027f7db237145119ac3ece2e6011efe795de87ccc04
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.35.0/prometheus-2.35.0.linux-arm64.tar.gz
|
||||
SOURCE_SUM=3ebe0c533583a9ab03363a80aa629edd8e0cc42da3583e33958eb7abe74d4cd2
|
||||
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.36.0/prometheus-2.36.0.linux-arm64.tar.gz
|
||||
SOURCE_SUM=8ac17a6f7d2936d106c78463edfb3520abaab8fd69d11835f61d12d7e05122fd
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.35.0/prometheus-2.35.0.linux-armv5.tar.gz
|
||||
SOURCE_SUM=12c9e07176de53ce0cc29d6c83fdf98dfb9655df9e8da76eb0fe01243532fe36
|
||||
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.36.0/prometheus-2.36.0.linux-armv5.tar.gz
|
||||
SOURCE_SUM=ec108716d450fae4b9b15777dfbf760e841365c83a1c8e4904cfd12e06bff98b
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.35.0/prometheus-2.35.0.linux-armv6.tar.gz
|
||||
SOURCE_SUM=167cf474bb418156660a4c95bed9d1ce7833c3416089da49467a4dafabef4fc8
|
||||
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.36.0/prometheus-2.36.0.linux-armv6.tar.gz
|
||||
SOURCE_SUM=8a7142e0384ddb6504b0e3f08a2eb168acfe710872fafc3542980129192dba9b
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.35.0/prometheus-2.35.0.linux-armv7.tar.gz
|
||||
SOURCE_SUM=a50274c833ef058502fb723806e28537ef276ec628d63e0c3fdc407ca7b65272
|
||||
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.36.0/prometheus-2.36.0.linux-armv7.tar.gz
|
||||
SOURCE_SUM=b016b76c08971b1f01191365595098bce879e52dfe85524565f329e2dbc6f544
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Monitoring system and time series database",
|
||||
"fr": "Supervision chronologique de systèmes et services"
|
||||
},
|
||||
"version": "2.35.0~ynh1",
|
||||
"version": "2.36.0~ynh1",
|
||||
"url": "https://prometheus.io",
|
||||
"upstream": {
|
||||
"license": "Apache-2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue