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

48 lines
2.2 KiB
Markdown
Raw Normal View History

2022-05-31 09:12:57 +02:00
<!--
2024-03-29 07:19:29 +01:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-05-31 09:12:57 +02:00
-->
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)
2024-03-29 07:19:29 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-05-18 18:17:45 +02:00
2024-03-29 07:19:29 +01:00
> *Ce package vous permet dinstaller Prometheus rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](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-04-16 21:25:31 +02:00
**Version incluse:** 2.50.1~ynh1
2021-05-18 18:17:45 +02:00
2024-03-29 07:19:29 +01:00
**Démo:** <https://demo.do.prometheus.io>
2021-05-18 18:17:45 +02:00
## Documentations et ressources
2024-03-29 07:19:29 +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>
- YunoHost Store: <https://apps.yunohost.org/app/prometheus>
- Signaler un bug: <https://github.com/YunoHost-Apps/prometheus_ynh/issues>
2021-05-18 18:17:45 +02:00
## Informations pour les développeurs
2024-03-29 07:19:29 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/prometheus_ynh/tree/testing).
2021-05-18 18:17:45 +02:00
2024-03-29 07:19:29 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-05-31 09:12:57 +02:00
2024-03-29 07:19:29 +01: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
```
2024-03-29 07:19:29 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>