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 4ZGlwP5S7Bz34QG for ; Mon, 17 Mar 2025 19:51:33 +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 4ZGlwL125Kz34M5 for ; Mon, 17 Mar 2025 19:51:30 +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 4ZGlwK4tKVz5XY; Mon, 17 Mar 2025 19:51:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742241089; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IG7DTYNVrDA1DWH89tZkVYGO94gNOL7wsstTwjDnK68=; b=Yjj8XDch1gf2Ra7np2qkx0D6EsgMrYuCkBcgmzoUBN++pXG/fSL/FPxZhoBfwjH0uoYBQq Cbd6ty0gYJi2oOAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742241089; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IG7DTYNVrDA1DWH89tZkVYGO94gNOL7wsstTwjDnK68=; b=GzjBrR+5Ft+x2JWq2T80XSBC3bNKoDd/YcwNJvvPa0q5cv4e6o/B9YbZdHmvZfaT9sjdlZ Fim+RFQafP3119QMuybhaWKiL2ie+afQiz2kXPZUueElBnVJIgFHYVwcL7YGoUeaR9++iS V3tstrUEvVLXwK8vUOv0jmbknKeA2HhIQ/O/PXIg3Th2NOcZbYY92dxJLrF4CqyVv2MGOm YmkGaeZJa4yHfjuLQolaq7X5TbcKFSu8gu4DrHKBoLIHvjcEdHhN69pHmjYdvY0V84Az/s aSKo2p10rZnDst1TB5NuzfexJWXaOrS4KsE3AF7NdoTqhJyI4VDEO4iVuL3tBA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/3] collectd.conf: Fixes bug13832 - include openvpn plugin line commented out by default Date: Mon, 17 Mar 2025 20:51:22 +0100 Message-ID: <20250317195123.2092-2-adolf.belka@ipfire.org> In-Reply-To: <20250317195123.2092-1-adolf.belka@ipfire.org> References: <20250317195123.2092-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - The include openvpn plugin line in collectd.conf is changed to be commented out by default. - When booting if the openvpn server is running then the collectd initscript will uncomment the include openvpn plugin line. Fixes: bug13832 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/collectd/collectd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/collectd/collectd.conf b/config/collectd/collectd.conf index 020604e74..16f7dae09 100644 --- a/config/collectd/collectd.conf +++ b/config/collectd/collectd.conf @@ -83,5 +83,5 @@ include "/etc/collectd.precache" #include "/etc/collectd.thermal" -include "/etc/collectd.vpn" +#include "/etc/collectd.vpn" include "/etc/collectd.d/*" -- 2.49.0