1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prometheus_ynh.git synced 2024-09-03 20:16:01 +02:00
prometheus_ynh/README_fr.md

47 lines
2.2 KiB
Markdown
Raw Normal View History

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 dinté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 dinstaller Prometheus rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2021-05-18 18:17:45 +02:00
2023-02-02 08:10:42 +01:00
## Vue densemble
2021-05-18 18:17:45 +02:00
2024-01-05 18:59:41 +01:00
Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system.
2021-05-18 18:17:45 +02:00
2024-01-05 18:59:41 +01:00
It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed.
2021-05-18 18:17:45 +02:00
2024-01-05 18:59:41 +01:00
**Version incluse :** 2.48.0~ynh1
2021-05-18 18:17:45 +02:00
2024-01-05 18:59:41 +01:00
**Démo :** https://demo.do.prometheus.io
2021-05-18 18:17:45 +02:00
## Documentations et ressources
2023-02-02 08:10:42 +01:00
* Site officiel de lapp : <https://prometheus.io>
* Documentation officielle de ladmin : <https://prometheus.io/docs>
* Dépôt de code officiel de lapp : <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 dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>