1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Auto-update READMEs

This commit is contained in:
yunohost-bot 2024-03-26 06:17:08 +00:00 committed by autoreadme_webhook
parent 32c16ab60f
commit 9e8adf4bec
3 changed files with 23 additions and 26 deletions

View file

@ -1,7 +1,4 @@
# All available README files by language
[Read the README in English](README.md)
- [Read the README in English](README.md)
- [Lire le README en français](README_fr.md)

View file

@ -11,13 +11,14 @@ It shall NOT be edited by hand.
*[Read this README is other languages.](./ALL_README.md)*
> *This package allows you to install Zabbix quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
> *This package allows you to install Zabbix quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
## Overview
A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services.
**Shipped version:** 5.0.41~ynh1
**Shipped version:** 5.0.42~ynh1
## Screenshots
@ -44,10 +45,9 @@ A monitoring tool for diverse IT components, including networks, servers, VMs an
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing),
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing).
To try the testing branch, please proceed like that.
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug

View file

@ -1,6 +1,6 @@
<!--
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.
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.
-->
# Zabbix pour YunoHost
@ -9,17 +9,17 @@ It shall NOT be edited by hand.
[![Installer Zabbix avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zabbix)
*[Read this readme in english.](./README.md)*
*[Lire le README dans d'autres langues.](./ALL_README.md)*
> *Ce package vous permet dinstaller Zabbix 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.*
> *Ce package vous permet dinstaller Zabbix 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.*
## Vue densemble
Un outil de surveillance pour divers composants informatiques, notamment les réseaux, les serveurs, les machines virtuelles et les services en nuage.
**Version incluse :** 5.0.41~ynh1
**Version incluse:** 5.0.42~ynh1
## Captures décran
@ -37,22 +37,22 @@ Un outil de surveillance pour divers composants informatiques, notamment les ré
* Un modèle YunoHost est importé et lié à l'hôte "Zabbix-server" (127.0.0.1) pour la surveillance de base de YunoHost.
## Documentations et ressources
* Site officiel de lapp : <https://www.zabbix.com>
* Documentation officielle de ladmin : <https://www.zabbix.com/manuals>
* Dépôt de code officiel de lapp : <https://github.com/zabbix/zabbix>
* YunoHost Store: <https://apps.yunohost.org/app/zabbix>
* Signaler un bug : <https://github.com/YunoHost-Apps/zabbix_ynh/issues>
- Site officiel de lapp: <https://www.zabbix.com>
- Documentation officielle de ladmin: <https://www.zabbix.com/manuals>
- Dépôt de code officiel de lapp: <https://github.com/zabbix/zabbix>
- YunoHost Store: <https://apps.yunohost.org/app/zabbix>
- Signaler un bug: <https://github.com/YunoHost-Apps/zabbix_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing).
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
Pour essayer la branche `testing`, procédez comme suit:
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug
ou
sudo yunohost app upgrade zabbix -u https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>