From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cHdxz49Slz2yVp for ; Thu, 04 Sep 2025 12:26:31 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cHdxw1rVWz2xKC for ; Thu, 04 Sep 2025 12:26:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cHdxv33WJz1VJ for ; Thu, 04 Sep 2025 12:26:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756988787; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iRhGlVrGMIhPpL72Kc/bR2Wf84dMdLNkMfv5oPF8oLM=; b=mn8V6yAA5IYvu1lkAtOSuBsiiYf8mKdQr7f6DoP/93nsBLI5Bf6XfKiFcXlcXyzq6horeq K9b9YRyojQghmQDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756988787; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iRhGlVrGMIhPpL72Kc/bR2Wf84dMdLNkMfv5oPF8oLM=; b=Tbac3BRWiKM/Wl2sAgH4gFrbndIVQIEjRaJxyE6b1TRfNxP8CIOmlmLAF6+UDilouAA6pP q/DmCpTWz3CdjlgQWtSudLc3hPKLpRBZTC/iQKZP2SFuf9em4Z/qL1hs4J0zARh7kRTjgb Uej3qYfyZOUeN2Hd4HPM606hqcgmEsm4VNV3N6cekTCWV6Ol0lJP6fxNqdiu/J/HiSqtqY GgFmD9rLRjTytDJChCGvVOBRSf6LDuYswV9PjEUphP/ZFID69MnsK9UDfAnUzof9m6AudC TvCfsLjjoBFKCmGUgKmYmMAeAzs7x5wgimrRLgdDf6Cc1VdI3+dbyUv3HMcA/A== Message-ID: Date: Thu, 4 Sep 2025 14:26:24 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Subject: Re: [PATCH] core197: Ship collectd To: development@lists.ipfire.org References: <20250903181437.3396721-1-adolf.belka@ipfire.org> Content-Language: en-GB From: Adolf Belka In-Reply-To: <20250903181437.3396721-1-adolf.belka@ipfire.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi All, I have Dropped this patch in Patchwork. Please ignore it. I have realised that I need to do the update the other way round. Doing this patch causes the collectd.vpn plugin to only have the openvpn-rw.log entry and no net2net entries. That is fine with a new install. I will submit a patch for the update.sh file that will change the rw entry in collectd.vpn from ovpnserver.log to openvpn-rw.log That will accomplish the update of the rw entry while leaving all existing net2net connections still in the plugin file. Regards, Adolf. On 03/09/2025 20:14, Adolf Belka wrote: > Signed-off-by: Adolf Belka > --- > config/rootfiles/core/197/filelists/collectd | 1 + > 1 file changed, 1 insertion(+) > create mode 120000 config/rootfiles/core/197/filelists/collectd > > diff --git a/config/rootfiles/core/197/filelists/collectd b/config/rootfiles/core/197/filelists/collectd > new file mode 120000 > index 000000000..871b32f14 > --- /dev/null > +++ b/config/rootfiles/core/197/filelists/collectd > @@ -0,0 +1 @@ > +../../../common/collectd > \ No newline at end of file