From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZSLYH5t0lz333x for ; Wed, 2 Apr 2025 10:23:15 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZSLYD24Wxz2yHd for ; Wed, 2 Apr 2025 10:23:12 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZSLYC5J1gzNV; Wed, 2 Apr 2025 10:23:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743589391; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8USoZ8pcrFmItA7rfbyWg7pTbr3Qz4jcfklT7x2eYNw=; b=n9JydrGC8j2s8/ILw0wJD4Kk4tAU88GUPMid+Bkk6s28s6Xg6Y/AAqYAIdvv1JtQQtBd/4 WzOCgCAgOz7NLpDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743589391; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8USoZ8pcrFmItA7rfbyWg7pTbr3Qz4jcfklT7x2eYNw=; b=ipJSjt1w7Yl+KZvwf0PTbblk1/asx/7g0qMaV/woPTBftiB8jeoGa6vAQD+VVhdUSni4mS AMqoaFL6X8etpWm8tmvJInr82qF+mlG5GFijC+66WJn/9Y5e1SY7J6Vn6oH47xnMRFQ/EF XtenOI7cD01CmpxphEdmqmcNluDmKN+6dZxVMyAwUURPddfLdb8ODB86iaQDiiAIPBWULI gufvOUwob1bTNmNntCQF79396dQp0GqTppv4LnsebfaMivZyNNiIn3x5UPsf8eOaT3aUbS L85MG8Xl8qYXvUOMq0u2F6o8YuueBSyXFYa/8h2j7qh4+okZEYMqZA18+6HzMQ== Content-Type: text/plain; charset=utf-8 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: Mime-Version: 1.0 Subject: Re: [PATCH 1/2] zabbix_agentd: Update to 7.0.11 (LTS) From: Michael Tremer In-Reply-To: <6122b079b517c8bad9b0ed6da76c3e5c6a7f7586.camel@disroot.org> Date: Wed, 2 Apr 2025 11:23:11 +0100 Cc: development@lists.ipfire.org Content-Transfer-Encoding: quoted-printable Message-Id: <3DF73209-E144-496F-AA51-2FE4BF00C576@ipfire.org> References: <20250327224552.3963717-1-robin.roevens@disroot.org> <243162f261210936b03956e5a2e64f407c250240.camel@disroot.org> <6122b079b517c8bad9b0ed6da76c3e5c6a7f7586.camel@disroot.org> To: Robin Roevens Hello, > On 31 Mar 2025, at 00:58, Robin Roevens = wrote: >=20 > Hi Michael >=20 > Michael Tremer schreef op zo 30-03-2025 om 14:09 [+0100]: >> Hello, >>=20 >>> On 28 Mar 2025, at 23:53, Robin Roevens >>> wrote: >>>=20 >>> Hi Michael >>>=20 >>> Michael Tremer schreef op vr 28-03-2025 om 13:55 [+0000]: >>>> Thank you. I merged this. >>>>=20 >>> Thanks! >>>=20 >>>> Do we need to add an extra note to the change log so that people >>>> are >>>> aware of this breaking change? >>>>=20 >>> That is not a bad idea, possibly not every IPFire user is active on >>> the >>> forum and some thus may have missed the survey. So please do. >>>=20 >>> As you will, or maybe already have noticed, I redid/corrected my >>> last >>> patch where I set the number of agent forks to 0 on new >>> installations. >>> It is now set to 3 in my newest patch, which was the default in >>> previous Zabbix agent versions. >>> I will add an upgrade note about that in the IPFire wiki >>> zabbix_agentd >>> addon page.=20 >>> Maybe that is also worth mentioning in the blog post: that users >>> with >>> an existing zabbix_agentd installation may also want to lower the >>> number of forks the agent starts, especially when running it on a >>> mini >>> appliance; with a link to that wiki page. >=20 > The wiki has been updated with upgrading notes: > https://www.ipfire.org/docs/addons/zabbix_agentd#upgrade >=20 >>=20 >> I think the Mini appliance is one of the more powerful pieces of >> hardware that people are using=E2=80=A6 > I can't speak about the new appliance. I have still an old mini > appliance. I don't have resource problems with it during normal > operations, but it is rather slow on some operations (especially using > the log viewer and sometimes executing pakfire and such) so I figure, > the less resources are taken by non-core elements of IPFire, the > better. I agree. Neither of the should run out resources. Mainly because they = both have a lot of RAM. The CPU in the old mini appliance is a little bit slow, at least when it = comes to single-core performance. The new one is substantially faster. But regardless of how fast it is, we should have some limits in place so = that the agent cannot bring down the entire system. -Michael > Robin >=20 >>=20 >> I have merged the patch. Thank you! >>=20 >> -Michael >>=20 >>> Regards >>> Robin >>>=20 >>>> -Michael >>>>=20 >>>>> On 27 Mar 2025, at 22:45, Robin Roevens >>>>> >>>>> wrote: >>>>>=20 >>>>> - Update from version 6.0.33 to 7.0.11 >>>>> - Update of rootfile not required >>>>>=20 >>>>> This is a major release update to the next LTS version and >>>>> breaks >>>>> compatibility with Zabbix Server 6.x. >>>>> A survey on the forum resulted in nobody claiming to still use >>>>> Zabbix Server v6.x. >>>>>=20 >>>>> Full changelogs: >>>>> - https://www.zabbix.com/rn/rn7.0.0 >>>>> - https://www.zabbix.com/rn/rn7.0.1 >>>>> - https://www.zabbix.com/rn/rn7.0.2 >>>>> - https://www.zabbix.com/rn/rn7.0.3 >>>>> - https://www.zabbix.com/rn/rn7.0.4 >>>>> - https://www.zabbix.com/rn/rn7.0.5 >>>>> - https://www.zabbix.com/rn/rn7.0.6 >>>>> - https://www.zabbix.com/rn/rn7.0.7 >>>>> - https://www.zabbix.com/rn/rn7.0.8 >>>>> - https://www.zabbix.com/rn/rn7.0.9 >>>>> - https://www.zabbix.com/rn/rn7.0.10 >>>>> - https://www.zabbix.com/rn/rn7.0.11 >>>>>=20 >>>>> Signed-off-by: Robin Roevens >>>>> --- >>>>> lfs/zabbix_agentd | 6 +++--- >>>>> 1 file changed, 3 insertions(+), 3 deletions(-) >>>>>=20 >>>>> diff --git a/lfs/zabbix_agentd b/lfs/zabbix_agentd >>>>> index bd81dba22..dbe2088fb 100644 >>>>> --- a/lfs/zabbix_agentd >>>>> +++ b/lfs/zabbix_agentd >>>>> @@ -26,7 +26,7 @@ include Config >>>>>=20 >>>>> SUMMARY =3D Zabbix Agent >>>>>=20 >>>>> -VER =3D 6.0.37 >>>>> +VER =3D 7.0.11 >>>>>=20 >>>>> THISAPP =3D zabbix-$(VER) >>>>> DL_FILE =3D $(THISAPP).tar.gz >>>>> @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) >>>>> DIR_APP =3D $(DIR_SRC)/$(THISAPP) >>>>> TARGET =3D $(DIR_INFO)/$(THISAPP) >>>>> PROG =3D zabbix_agentd >>>>> -PAK_VER =3D 16 >>>>> +PAK_VER =3D 17 >>>>>=20 >>>>> DEPS =3D fping >>>>>=20 >>>>> @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) >>>>>=20 >>>>> $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >>>>>=20 >>>>> -$(DL_FILE)_BLAKE2 =3D >>>>> 6bf65efe59963294699d8fc6b6456167ae035c075f057c6ca85c612cc41f3f8 >>>>> 12b1 >>>>> 4189ed7e03ab2446e751720f8908f8e098fc0fd7335f95251b221b66b674a >>>>> +$(DL_FILE)_BLAKE2 =3D >>>>> 0c6544c64febc51e6fc153863b46e333d9d5564c83f40b71362a15c0533d48e >>>>> 50e5 >>>>> c340b35b2ca0dd1d776d0452f4aae42dc44d4e0e4b2c5949df02efbc7fc06 >>>>>=20 >>>>> install : $(TARGET) >>>>>=20 >>>>> --=20 >>>>> 2.49.0 >>>>>=20 >>>>>=20 >>>>> --=20 >>>>> Dit bericht is gescanned op virussen en andere gevaarlijke >>>>> inhoud door MailScanner en lijkt schoon te zijn. >>>>>=20 >>>>>=20 >>>>=20 >>>>=20 >>>=20 >>>=20 >>> --=20 >>> Dit bericht is gescanned op virussen en andere gevaarlijke >>> inhoud door MailScanner en lijkt schoon te zijn. >>=20 >>=20 >>=20 >>=20 >=20 > --=20 > Dit bericht is gescanned op virussen en andere gevaarlijke > inhoud door MailScanner en lijkt schoon te zijn.