|
@@ -1,25 +1,28 @@
|
|
|
|
|
+<!--
|
|
|
|
|
+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.
|
|
|
|
|
+-->
|
|
|
|
|
+
|
|
|
# Zabbix pour YunoHost
|
|
# Zabbix pour YunoHost
|
|
|
|
|
|
|
|
-[](https://dash.yunohost.org/appci/app/zabbix)  
|
|
|
|
|
|
|
+[](https://dash.yunohost.org/appci/app/zabbix)  
|
|
|
[](https://install-app.yunohost.org/?app=zabbix)
|
|
[](https://install-app.yunohost.org/?app=zabbix)
|
|
|
|
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
*[Read this readme in english.](./README.md)*
|
|
|
-*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
|
|
|
|
> *Ce package vous permet d'installer Zabbix rapidement et simplement sur un serveur YunoHost.
|
|
> *Ce package vous permet d'installer Zabbix 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
|
|
|
|
|
|
|
|
-A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services.
|
|
|
|
|
-
|
|
|
|
|
-**Version incluse :** 5.0.20~ynh1
|
|
|
|
|
|
|
+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.20~ynh2
|
|
|
|
|
|
|
|
## Captures d'écran
|
|
## Captures d'écran
|
|
|
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
## Avertissements / informations importantes
|
|
## Avertissements / informations importantes
|
|
|
|
|
|
|
@@ -33,21 +36,22 @@ A monitoring tool for diverse IT components, including networks, servers, VMs an
|
|
|
* Un modèle YunoHost est importé et lié à l'hôte "Zabbix-server" (127.0.0.1) pour la surveillance de base de YunoHost.
|
|
* 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
|
|
## Documentations et ressources
|
|
|
|
|
|
|
|
-* Site officiel de l'app : https://www.zabbix.com/
|
|
|
|
|
-* Documentation officielle de l'admin : https://www.zabbix.com/manuals
|
|
|
|
|
-* Dépôt de code officiel de l'app : https://github.com/zabbix/zabbix
|
|
|
|
|
-* Documentation YunoHost pour cette app : https://yunohost.org/app_zabbix
|
|
|
|
|
-* Signaler un bug : https://github.com/YunoHost-Apps/zabbix_ynh/issues
|
|
|
|
|
|
|
+* Site officiel de l'app : <https://www.zabbix.com>
|
|
|
|
|
+* Documentation officielle de l'admin : <https://www.zabbix.com/manuals>
|
|
|
|
|
+* Dépôt de code officiel de l'app : <https://github.com/zabbix/zabbix>
|
|
|
|
|
+* Documentation YunoHost pour cette app : <https://yunohost.org/app_zabbix>
|
|
|
|
|
+* Signaler un bug : <https://github.com/YunoHost-Apps/zabbix_ynh/issues>
|
|
|
|
|
|
|
|
## Informations pour les développeurs
|
|
## 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
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug
|
|
|
ou
|
|
ou
|
|
|
sudo yunohost app upgrade zabbix -u https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug
|
|
sudo yunohost app upgrade zabbix -u https://github.com/YunoHost-Apps/zabbix_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>
|