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 4cH9sn17Hpz30Vb for ; Wed, 03 Sep 2025 18:21:17 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cH9sj5mgrz2xLt for ; Wed, 03 Sep 2025 18:21:13 +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 4cH9sj23hPz2B for ; Wed, 03 Sep 2025 18:21:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756923673; 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; bh=14GR5Pe7D9pYqTAII0SIePh3aN8qMXX0Qc8QMOoYU8g=; b=uEGeXn6SznS+cEWAVbsJZ4S2RD8YpfkcawMyAYoL4zHtSXvoz/GXCV9zsE3bRC+wa1NQWx +cTahqIIkpucTaBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756923673; 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; bh=14GR5Pe7D9pYqTAII0SIePh3aN8qMXX0Qc8QMOoYU8g=; b=hCGTLgeb/lIYwKR5G6eG8R1M3rMDWIs+yesOZpT8RiywdIJspADHS9mwDFQQQ8QkysP8jR QsJfZDvTSa8uj8UUH3q68Yg1jOftRIl+jzccbqf7w5EZVyfpMu1418uPgORwdv7yzS4R+Z LF2lQRvakJHYbNCzKZczfuovh04zuCDuQ12k/uMRJN1gGo0HcOxTten24sMxhMtvwW6LAm 6edMaDNOvhUJXa2Zqng6J8w9FNmbuWXgUjhfOzPuhWy2Uz3Kq4sQnvYss1A4tjRgbS0YDg nKSk+pucFWATp8BNw5XcH/9gdrOjGbrfgcgkhVxqNSCqA8YY1P4+J1pnC67U2g== Message-ID: <4d1adf3c-1165-4cbf-917d-ea80c6009209@ipfire.org> Date: Wed, 3 Sep 2025 20:21:10 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Language: en-GB To: "IPFire: Development-List" From: Adolf Belka Subject: CU197 Testing - OpenVPN Road Warrior Statistics graphs not working. Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hallo All. I have found another issue with OpenVPN on CU197 Testing. The RW graphs Statistics graphs are not getting updated. After some searching around, I found that it was because the collectd.vpn plugin was still saying /var/log/ovpnserver.log I discovered that there was an update to the collectd.vpn file but collectd was not shipped in CU197 Testing so it didn't get included. I have submitted a patch to ship collectd in CU197 Testing. Evaluated the change in my vm and the rw graphs worked again. Regards, Adolf.