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 ## 截图 diff --git a/manifest.toml b/manifest.toml index d439b6e..13232cd 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", @@ -84,7 +87,6 @@ ram.runtime = "200M" "libjs-prototype", "jq", "libssh-4", - "mariadb-server", ] @@ -97,7 +99,7 @@ ram.runtime = "200M" """ [resources.apt.extras.zabbix] - repo = "http://repo.zabbix.com/zabbix/6.4/debian __YNH_DEBIAN_VERSION__ 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", 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"