mirror of
https://github.com/YunoHost-Apps/prometheus_ynh.git
synced 2024-09-03 20:16:01 +02:00
commit
d364426c03
10 changed files with 39 additions and 35 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.33.5~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.33.5~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.33.5/prometheus-2.33.5.linux-386.tar.gz
|
||||
SOURCE_SUM=69a7a4c2d47d39a9f61ce62813c689e77992dd20489fdde1525c6678240fd145
|
||||
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.33.5/prometheus-2.33.5.linux-amd64.tar.gz
|
||||
SOURCE_SUM=53876d18d4ed2d02a35797d91b09e9057621b495415703be77dd29956002514d
|
||||
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.33.5/prometheus-2.33.5.linux-arm64.tar.gz
|
||||
SOURCE_SUM=538f558d37e7863db57b3e81ba7133e2ba397b9db0c3b3e481885296b5956073
|
||||
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.33.5/prometheus-2.33.5.linux-armv5.tar.gz
|
||||
SOURCE_SUM=505e9f7546d434c3c58c7b264a7fa50b2a07848c7232688452a76c6b99259c14
|
||||
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.33.5/prometheus-2.33.5.linux-armv6.tar.gz
|
||||
SOURCE_SUM=eb6c0a309de29805323b34a90e898689fbe15e4e4215e149cabe2d883f275740
|
||||
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.33.5/prometheus-2.33.5.linux-armv7.tar.gz
|
||||
SOURCE_SUM=4b6730e0fa483328c27af0bd7a0a14c9f0ea13536c83c40552ea847d6f5afac8
|
||||
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.33.5~ynh1",
|
||||
"version": "2.36.0~ynh1",
|
||||
"url": "https://prometheus.io",
|
||||
"upstream": {
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
@ -84,7 +84,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=3
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$final_path" --source_id="app.$architecture"
|
||||
ynh_setup_source --dest_dir="$final_path" --source_id="app.$architecture" --keep="prometheus.yml"
|
||||
fi
|
||||
|
||||
chmod 750 "$final_path"
|
||||
|
|
Loading…
Add table
Reference in a new issue