From be6bfb10eefb958107b5e398e79fa9f03c40a49a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 9 Jun 2024 15:19:35 +0200 Subject: [PATCH 01/10] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index c8bd83a..35c2e86 100644 --- a/manifest.toml +++ b/manifest.toml @@ -37,7 +37,7 @@ ram.runtime = "200M" default = "/zabbix" [install.init_main_permission] - help.en = "A public app doesn't need SSO auth : the auth page is opened for everyone" + help.en = "A public app doesn't need SSO auth: the auth page is opened for everyone" help.fr = "Une application publique ne nécessite pas une authentification SSO : sa page d'authentication est ouverte à tous" type = "group" default = "visitors" From 56b7e1e948fdbbb4340cf5850fc5fa313fe8d683 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 9 Jun 2024 13:19:39 +0000 Subject: [PATCH 02/10] Auto-update READMEs --- ALL_README.md | 1 + README_es.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ README_zh_Hans.md | 2 +- 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 README_es.md diff --git a/ALL_README.md b/ALL_README.md index a01b345..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,7 @@ # All available README files by language - [Read the README in English](README.md) +- [Lea el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..de5b6fe --- /dev/null +++ b/README_es.md @@ -0,0 +1,47 @@ + + +# Zabbix para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/zabbix.svg)](https://dash.yunohost.org/appci/app/zabbix) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/zabbix.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/zabbix.maintain.svg) + +[![Instalar Zabbix con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zabbix) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarZabbix rapidamente y simplement en un servidor YunoHost.* +> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* + +## Descripción general + +A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services. + +**Versión actual:** 5.0.41~ynh2 + +## Capturas + +![Captura de Zabbix](./doc/screenshots/screenshot1.png) + +## Documentaciones y recursos + +- Sitio web oficial: +- Documentación administrador oficial: +- Repositorio del código fuente oficial de la aplicación : +- Catálogo YunoHost: +- Reportar un error: + +## Información para desarrolladores + +Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug +o +sudo yunohost app upgrade zabbix -u https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 805e75a..cccab53 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 Zabbix +# YunoHost 上的 Zabbix [![集成程度](https://dash.yunohost.org/integration/zabbix.svg)](https://dash.yunohost.org/appci/app/zabbix) ![工作状态](https://ci-apps.yunohost.org/ci/badges/zabbix.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/zabbix.maintain.svg) From 36921abd6a912268c5f81909b83fe0a8428162f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:57:20 +0200 Subject: [PATCH 03/10] open port 10051 for Active checks --- manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 35c2e86..2d169f9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,6 +60,9 @@ ram.runtime = "200M" [resources.permissions] main.url = "/" + [resources.ports] + active-checks.default = 10051 + [resources.apt] packages = [ "libapr1", @@ -86,7 +89,6 @@ ram.runtime = "200M" "libssh-4", "php7.4-fpm", "php7.4-bcmath", - "mariadb-server", ] From 55b952f994f0904fbbaae3254f7e9f5e5b79546a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:57:20 +0200 Subject: [PATCH 04/10] open port 10051 for Active checks --- manifest.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 35c2e86..2d169f9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,6 +60,9 @@ ram.runtime = "200M" [resources.permissions] main.url = "/" + [resources.ports] + active-checks.default = 10051 + [resources.apt] packages = [ "libapr1", @@ -86,7 +89,6 @@ ram.runtime = "200M" "libssh-4", "php7.4-fpm", "php7.4-bcmath", - "mariadb-server", ] From 6cb439c14aa8187ef79f6366ed689bdcd4dabd5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 22 Jun 2024 15:36:37 +0200 Subject: [PATCH 05/10] Try to fix bookworm --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 2d169f9..d64f067 100644 --- a/manifest.toml +++ b/manifest.toml @@ -93,7 +93,7 @@ ram.runtime = "200M" ] [resources.apt.extras.zabbix] - repo = "http://repo.zabbix.com/zabbix/5.0/debian bullseye main" + repo = "http://repo.zabbix.com/zabbix/5.0/debian __YNH_DEBIAN_VERSION__ main" key = "https://repo.zabbix.com/zabbix-official-repo.key" packages = [ "zabbix-agent", From 10b225c3068233c533ca45a78bf5c01093bc55f0 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 23:31:12 +0200 Subject: [PATCH 06/10] [autopatch] Do not delete logs on app removal --- scripts/remove | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 5063b54..149a9de 100644 --- a/scripts/remove +++ b/scripts/remove @@ -49,7 +49,6 @@ ynh_script_progression --message="Removing various files..." ynh_secure_remove --file="/etc/$app" # Remove the log files -ynh_secure_remove --file="/var/log/$app" ynh_secure_remove --file="/run/$app" From 76bc5d583b71a8be53f9a5c3856e5102da04935b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:12:14 +0200 Subject: [PATCH 07/10] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index d64f067..04e2ffa 100644 --- a/manifest.toml +++ b/manifest.toml @@ -87,8 +87,8 @@ ram.runtime = "200M" "libjs-prototype", "jq", "libssh-4", - "php7.4-fpm", - "php7.4-bcmath", + "php8.2-fpm", + "php8.2-bcmath", "mariadb-server", ] From 19cce3514cf7bc5fbca398c66a316dfddcb6b218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:02:37 +0200 Subject: [PATCH 08/10] Revert "Update manifest.toml" This reverts commit 76bc5d583b71a8be53f9a5c3856e5102da04935b. --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 04e2ffa..d64f067 100644 --- a/manifest.toml +++ b/manifest.toml @@ -87,8 +87,8 @@ ram.runtime = "200M" "libjs-prototype", "jq", "libssh-4", - "php8.2-fpm", - "php8.2-bcmath", + "php7.4-fpm", + "php7.4-bcmath", "mariadb-server", ] From 6e1131fa2cbdb1ef409d82fb525e2d544f7cce32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:37:17 +0200 Subject: [PATCH 09/10] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d64f067..6ebe95c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Zabbix" description.en = "Monitoring tool for diverse IT components, including networks, servers, VMs and cloud services" description.fr = "Outil pour monitorer des réseaux, des serveurs, des VMs et autres services en ligne" -version = "5.0.41~ynh2" +version = "5.0.41~ynh3" maintainers = [] From dacf3fa2eaedafcfd7a7b3f11e206f433fd8cb4d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 24 Jun 2024 17:37:22 +0000 Subject: [PATCH 10/10] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5848cc3..6e93f70 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services. -**Shipped version:** 5.0.41~ynh2 +**Shipped version:** 5.0.41~ynh3 ## Screenshots diff --git a/README_es.md b/README_es.md index de5b6fe..325601d 100644 --- a/README_es.md +++ b/README_es.md @@ -18,7 +18,7 @@ No se debe editar a mano. A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services. -**Versión actual:** 5.0.41~ynh2 +**Versión actual:** 5.0.41~ynh3 ## Capturas diff --git a/README_eu.md b/README_eu.md index d04ab1f..c88ec33 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services. -**Paketatutako bertsioa:** 5.0.41~ynh2 +**Paketatutako bertsioa:** 5.0.41~ynh3 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index ff04514..68af6f4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. 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~ynh2 +**Version incluse :** 5.0.41~ynh3 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index bbbd7ff..c5ec23a 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services. -**Versión proporcionada:** 5.0.41~ynh2 +**Versión proporcionada:** 5.0.41~ynh3 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index cccab53..931eb2c 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services. -**分发版本:** 5.0.41~ynh2 +**分发版本:** 5.0.41~ynh3 ## 截图