1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Update manifest.toml: let's stick to version 5.0 for now ...

This commit is contained in:
Alexandre Aubin 2023-12-04 19:52:40 +01:00 committed by GitHub
parent 3f45289675
commit 0cc318ede9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,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 = "6.4~ynh1"
version = "5.0~ynh1"
maintainers = []
@ -57,7 +57,7 @@ ram.runtime = "50M"
[resources.apt]
packages = "mariadb-server, libapr1, libaprutil1, libaprutil1-dbd-sqlite3, libaprutil1-ldap, liblua5.2-0, fonts-dejavu-core, patch, smistrip, unzip, wget, fping, libcap2-bin, libiksemel3, libopenipmi0, libpam-cap, libsnmp-base, libsnmp40, snmptrapd, snmpd, libjs-prototype, jq, libssh-4, php8.2-fpm, php8.2-bcmath"
extras.zabbix.repo = "http://repo.zabbix.com/zabbix/6.4/debian bullseye main"
extras.zabbix.repo = "http://repo.zabbix.com/zabbix/5.0/debian bullseye main"
extras.zabbix.key = "https://repo.zabbix.com/zabbix-official-repo.key"
extras.zabbix.packages = "zabbix-server-mysql, zabbix-frontend-php, zabbix-sql-scripts, zabbix-agent"