2022-08-18 20:02:13 +02:00
<!--
2024-03-29 07:05:36 +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-08-18 20:02:13 +02:00
-->
2021-08-03 08:17:32 +02:00
# Grafana pour YunoHost
2023-01-28 07:11:13 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/grafana.svg )](https://dash.yunohost.org/appci/app/grafana) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/grafana.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/grafana.maintain.svg )
2023-02-23 23:37:19 +01:00
2021-08-03 08:17:32 +02:00
[![Installer Grafana avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=grafana)
2024-03-29 07:05:36 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-08-03 08:17:32 +02:00
2024-03-29 07:05:36 +01:00
> *Ce package vous permet d’ installer Grafana rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2021-08-03 08:17:32 +02:00
2023-01-28 07:11:13 +01:00
## Vue d’ ensemble
2021-08-03 08:17:32 +02:00
2023-10-24 20:36:38 +02:00
Grafana is a multi-platform open source analytics and interactive visualization web application. It provides charts, graphs, and alerts for the web when connected to supported data sources.
2021-08-03 08:17:32 +02:00
2023-12-04 23:08:40 +01:00
## YunoHost specific features
* installs InfluxDB as time series database
* if the NetData package is installed, configures NetData to feed InfluxDB every minute
* installs Grafana as dashboard server
* creates a Grafana Data Source to fetch data from InfluxDB (and hence NetData!)
* creates a default dashboard to plot some data from NetData (doesn't cover every metric, can be greatly enhanced!)
2024-05-03 19:43:18 +02:00
**Version incluse :** 10.2.3~ynh2
2021-08-03 08:17:32 +02:00
2024-03-29 07:05:36 +01:00
**Démo :** < https: / / play . grafana . org >
2021-08-03 08:17:32 +02:00
2023-01-28 07:11:13 +01:00
## Captures d’ écran
2021-08-03 08:17:32 +02:00
2023-01-28 07:11:13 +01:00
![Capture d’ écran de Grafana ](./doc/screenshots/Grafana8_Kubernetes.jpg )
2021-08-03 08:17:32 +02:00
## Documentations et ressources
2024-03-29 07:05:36 +01:00
- Site officiel de l’ app : < https: // grafana . com />
- Dépôt de code officiel de l’ app : < https: // github . com / grafana / grafana >
- YunoHost Store : < https: // apps . yunohost . org / app / grafana >
- Signaler un bug : < https: // github . com / YunoHost-Apps / grafana_ynh / issues >
2021-08-03 08:17:32 +02:00
## Informations pour les développeurs
2024-03-29 07:05:36 +01:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/grafana_ynh/tree/testing ).
2021-08-03 08:17:32 +02:00
2024-03-29 07:05:36 +01:00
Pour essayer la branche `testing` , procédez comme suit :
2022-08-18 20:02:13 +02:00
2024-03-29 07:05:36 +01:00
```bash
2021-08-03 08:17:32 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/grafana_ynh/tree/testing --debug
ou
sudo yunohost app upgrade grafana -u https://github.com/YunoHost-Apps/grafana_ynh/tree/testing --debug
```
2024-03-29 07:05:36 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >