2022-05-31 09:12:57 +02:00
<!--
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.
-->
2021-05-18 18:17:45 +02:00
# Prometheus pour YunoHost
2023-02-02 08:10:42 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/prometheus.svg )](https://dash.yunohost.org/appci/app/prometheus) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/prometheus.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/prometheus.maintain.svg )
2023-02-24 00:31:52 +01:00
2021-05-18 18:17:45 +02:00
[![Installer Prometheus avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=prometheus)
*[Read this readme in english.](./README.md)*
2023-02-02 08:10:42 +01:00
> *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.*
2021-05-18 18:17:45 +02:00
2023-02-02 08:10:42 +01:00
## Vue d’ ensemble
2021-05-18 18:17:45 +02:00
Supervision chronologique de systèmes et services
2023-11-17 08:09:29 +01:00
**Version incluse :** 2.48.0~ynh1
2021-05-18 18:17:45 +02:00
**Démo :** https://demo.do.prometheus.io
## Avertissements / informations importantes
* Le port assigné à l'app est consultable dans `/etc/yunohost/apps/prometheus/settings.yml`
ou avec la commande `yunohost app info prometheus --full`
* L'app est configurable dans le fichier `/opt/yunohost/prometheus/prometheus.yml` ,
ensuite redémarrez le service de l'app.
## Documentations et ressources
2023-02-02 08:10:42 +01:00
* 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 >
2023-11-17 08:09:29 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / prometheus >
2022-05-31 09:12:57 +02:00
* Signaler un bug : < https: // github . com / YunoHost-Apps / prometheus_ynh / issues >
2021-05-18 18:17:45 +02:00
## 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.
2022-05-31 09:12:57 +02:00
``` bash
2021-05-18 18:17:45 +02:00
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
```
2023-02-02 08:10:42 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >