Jelajahi Sumber

Merge pull request #70 from YunoHost-Apps/testing

Automated testing -> master
Salamandar 1 tahun lalu
induk
melakukan
2791ab2912
8 mengubah file dengan 10 tambahan dan 9 penghapusan
  1. 1 1
      README.md
  2. 1 1
      README_es.md
  3. 1 1
      README_eu.md
  4. 1 1
      README_fr.md
  5. 1 1
      README_gl.md
  6. 1 1
      README_zh_Hans.md
  7. 4 2
      manifest.toml
  8. 0 1
      scripts/remove

+ 1 - 1
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
 

+ 1 - 1
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
 

+ 1 - 1
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
 

+ 1 - 1
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
 

+ 1 - 1
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
 

+ 1 - 1
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
 
 ## 截图
 

+ 4 - 2
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 = []
 
@@ -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",
     ]
 

+ 0 - 1
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"