From patchwork Wed Jul 13 20:05:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 5747 Return-Path: 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LjpWl5rHxz3wfC for ; Wed, 13 Jul 2022 20:05:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LjpWk4RqhzRM; Wed, 13 Jul 2022 20:05:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LjpWk3DVjz2y4B; Wed, 13 Jul 2022 20:05:22 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LjpWj2tQHz2xLb for ; Wed, 13 Jul 2022 20:05:21 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LjpWh3ptxzRM for ; Wed, 13 Jul 2022 20:05:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1657742721; 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=GYKRrgRVRvdTQr8XJIWhelG6m9p3gB1PdqS+DocGkY8=; b=XFlsSBzTCsT0mq+auLk9JurQr3xLzs4e3UFper86ZSgvBPubnl8UALGqdmAby7A+eNlKQT J1+1ChqQdSpYkQCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1657742721; 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=GYKRrgRVRvdTQr8XJIWhelG6m9p3gB1PdqS+DocGkY8=; b=wLjQLxdIiuiKXSK3KAGKc4ySoEliXA5amecylb53iD362JdxjWS51vaf3GQDXQLhIXv4cb ELw4jcIymmVmc8ifSZXo7BGfceIW2v2yTgFLCgxLH9t5r7aJ7HVKqVrhzMmfCTzyzPzdUc ZKIBzU1SnwyEgK9u6gdyd05CjFg9sejLfAzuMeHO+JOQ7IN5xhNnVVuXJZddYG+eyPlLG1 bZ3jtwIz4Yk7molcmC/vnvXGHq5CKQTrclrcrEO3MZcS2VBV8KXnsjx+sKwtdmM7mCcvOo mLM+J0oyOpeqhPV6vpnCpNj2w8lpjV3753KRAzsratSVyGMWFFUiP9DVBMmJtQ== Message-ID: Date: Wed, 13 Jul 2022 20:05:16 +0000 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] collectd: Do not keep track of entropy any more X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Peter Müller --- config/collectd/collectd.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/collectd/collectd.conf b/config/collectd/collectd.conf index e34a97da1..4ef34ea07 100644 --- a/config/collectd/collectd.conf +++ b/config/collectd/collectd.conf @@ -16,7 +16,6 @@ LoadPlugin conntrack LoadPlugin cpu #LoadPlugin cpufreq LoadPlugin disk -LoadPlugin entropy LoadPlugin interface LoadPlugin iptables LoadPlugin load