mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
Merge pull request #70 from YunoHost-Apps/testing
Automated testing -> master
This commit is contained in:
commit
2791ab2912
8 changed files with 10 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue