mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
Merge branch 'testing' into testing
This commit is contained in:
commit
48bf5c384d
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
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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