Parcourir la source

Merge pull request #70 from YunoHost-Apps/testing

Automated testing -> master
Salamandar il y a 1 an
Parent
commit
2791ab2912
8 fichiers modifiés avec 10 ajouts et 9 suppressions
  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.
 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
 ## 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.
 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
 ## 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.
 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
 ## 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.
 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
 ## 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.
 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
 ## 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.
 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.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"
 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 = []
 maintainers = []
 
 
@@ -60,6 +60,9 @@ ram.runtime = "200M"
     [resources.permissions]
     [resources.permissions]
     main.url = "/"
     main.url = "/"
 
 
+    [resources.ports]
+    active-checks.default = 10051
+
     [resources.apt]
     [resources.apt]
     packages = [
     packages = [
         "libapr1",
         "libapr1",
@@ -86,7 +89,6 @@ ram.runtime = "200M"
         "libssh-4",
         "libssh-4",
         "php7.4-fpm",
         "php7.4-fpm",
         "php7.4-bcmath",
         "php7.4-bcmath",
-
         "mariadb-server",
         "mariadb-server",
     ]
     ]
 
 

+ 0 - 1
scripts/remove

@@ -49,7 +49,6 @@ ynh_script_progression --message="Removing various files..."
 ynh_secure_remove --file="/etc/$app"
 ynh_secure_remove --file="/etc/$app"
 
 
 # Remove the log files
 # Remove the log files
-ynh_secure_remove --file="/var/log/$app"
 
 
 ynh_secure_remove --file="/run/$app"
 ynh_secure_remove --file="/run/$app"