From edf4127b02ca63bcc8b96dc51e4a23c886abe2f0 Mon Sep 17 00:00:00 2001 From: Tim White Date: Thu, 29 Feb 2024 12:45:51 +0800 Subject: [PATCH] Add Zabbix 6.0 agent --- zabbix-agent.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix-agent.sls b/zabbix-agent.sls index f49b2d059..f6e9120f0 100644 --- a/zabbix-agent.sls +++ b/zabbix-agent.sls @@ -1,5 +1,5 @@ # both 32-bit (x86) AND a 64-bit (AMD64) installer available -{% set versions = {'5.2':[0,1,2,3], '5.0':[1,2,3,4,5,6,7], '4.4':[1,2,3,4,5,10], '4.2':[3,4,5,6,7,8], '4.0':[9,10,11,12,13,14,15,16,17,22,23,24,25,26,27], '3.0':[26,27,28,29]} %} +{% set versions = {'6.0':[27], '5.2':[0,1,2,3], '5.0':[1,2,3,4,5,6,7], '4.4':[1,2,3,4,5,10], '4.2':[3,4,5,6,7,8], '4.0':[9,10,11,12,13,14,15,16,17,22,23,24,25,26,27], '3.0':[26,27,28,29]} %} {% set source_path = 'https://cdn.zabbix.com/zabbix/binaries/stable/' %} zabbix-agent: