From 0cc318ede9e489b10e9c3c8b664a740377952240 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:52:40 +0100 Subject: [PATCH] Update manifest.toml: let's stick to version 5.0 for now ... --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index e4c9424..26949d1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"