1
0
Fork 0
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:
eric_G 2024-06-24 19:38:07 +02:00 committed by GitHub
commit 48bf5c384d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 10 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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
## 截图

View file

@ -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",

View file

@ -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"