mirror of
https://github.com/YunoHost-Apps/grafana_ynh.git
synced 2024-09-03 20:36:29 +02:00
commit
d750241890
4 changed files with 14 additions and 14 deletions
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Grafana for YunoHost
|
# Grafana for YunoHost
|
||||||
|
|
||||||
[![Integration level](https://dash.yunohost.org/integration/grafana.svg)](https://dash.yunohost.org/appci/app/grafana) ![Working status](https://ci-apps.yunohost.org/ci/badges/grafana.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/grafana.maintain.svg)
|
[![Integration level](https://dash.yunohost.org/integration/grafana.svg)](https://dash.yunohost.org/appci/app/grafana) ![Working status](https://ci-apps.yunohost.org/ci/badges/grafana.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/grafana.maintain.svg)
|
||||||
[![Install Grafana with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grafana)
|
[![Install Grafana with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grafana)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Metric & analytic dashboards for monitoring
|
Metric & analytic dashboards for monitoring
|
||||||
|
|
||||||
**Shipped version:** 9.3.2~ynh1
|
**Shipped version:** 9.3.6~ynh1
|
||||||
|
|
||||||
**Demo:** https://play.grafana.org
|
**Demo:** https://play.grafana.org
|
||||||
|
|
||||||
|
|
20
README_fr.md
20
README_fr.md
|
@ -5,25 +5,25 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Grafana pour YunoHost
|
# Grafana pour YunoHost
|
||||||
|
|
||||||
[![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)
|
[![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)
|
||||||
[![Installer Grafana avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grafana)
|
[![Installer Grafana avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grafana)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Grafana rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer Grafana 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.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Tableaux de bord de supervision
|
Tableaux de bord de supervision
|
||||||
|
|
||||||
**Version incluse :** 9.3.2~ynh1
|
**Version incluse :** 9.3.6~ynh1
|
||||||
|
|
||||||
**Démo :** https://play.grafana.org
|
**Démo :** https://play.grafana.org
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d’écran
|
||||||
|
|
||||||
![Capture d'écran de Grafana](./doc/screenshots/Grafana8_Kubernetes.jpg)
|
![Capture d’écran de Grafana](./doc/screenshots/Grafana8_Kubernetes.jpg)
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
@ -65,8 +65,8 @@ LDAP and HTTP auth are supported.
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://grafana.com/>
|
* Site officiel de l’app : <https://grafana.com/>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/grafana/grafana>
|
* Dépôt de code officiel de l’app : <https://github.com/grafana/grafana>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_grafana>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_grafana>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/grafana_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/grafana_ynh/issues>
|
||||||
|
|
||||||
|
@ -82,4 +82,4 @@ ou
|
||||||
sudo yunohost app upgrade grafana -u https://github.com/YunoHost-Apps/grafana_ynh/tree/testing --debug
|
sudo yunohost app upgrade grafana -u https://github.com/YunoHost-Apps/grafana_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>
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Metric & analytic dashboards for monitoring",
|
"en": "Metric & analytic dashboards for monitoring",
|
||||||
"fr": "Tableaux de bord de supervision"
|
"fr": "Tableaux de bord de supervision"
|
||||||
},
|
},
|
||||||
"version": "9.3.2~ynh1",
|
"version": "9.3.6~ynh1",
|
||||||
"url": "https://grafana.com/oss/grafana/",
|
"url": "https://grafana.com/oss/grafana/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Debian package version for Grafana
|
# Debian package version for Grafana
|
||||||
GRAFANA_VERSION="9.3.2"
|
GRAFANA_VERSION="9.3.6"
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="influxdb"
|
pkg_dependencies="influxdb"
|
||||||
|
|
Loading…
Reference in a new issue