From patchwork Sat Jan 8 11:15:50 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: 4956 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4JWHZg5XPgz3wt4 for ; Sat, 8 Jan 2022 11:15:55 +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 4JWHZf0r3lz15V; Sat, 8 Jan 2022 11:15:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JWHZf00Qkz2yYx; Sat, 8 Jan 2022 11:15:54 +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 4JWHZd0LK1z2xPQ for ; Sat, 8 Jan 2022 11:15:53 +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)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4JWHZc1vxJzNw for ; Sat, 8 Jan 2022 11:15:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1641640552; 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=YBYXpk41fVet6x9ezlwIWE8JiIuG5MAxIe4OVklo6c4=; b=S4HPtgLRJMElNY8JkdmRNXI0mJJeo6+eguchh9KxmNd/B0Maw83zST1QMA3pXwpVCY8pUx 661z2KYLD646z6DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1641640552; 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=YBYXpk41fVet6x9ezlwIWE8JiIuG5MAxIe4OVklo6c4=; b=ayhJazcLC+NOOWfldVKk3pKXM8tXzclWK4YX7pPVaDh7YTv40BQpNhBMpgntWOGviNST4I m65w5TJAteQq5WyUXBVCVphuhmfE7SYPbhTX43pAjxcbsM1RQ+4fJeKwWbZcOr/sHpPPpC igNn7FnBnbM9shl01XT1kMY9RdooPXjcpRJFIT7/U+6fgb/RVKc4Ysmv59QZ1neiJjTpPG G8GLDlvyP7FjqdrSyb0ZozA2WOW5Zs1p5sA0nj4NsSQ6fUrYzjw5OXQ5GGu+NxYBhLrYht cGd5ocQs5VwO5Pg7y+pgpISBeYIkPnrcPPfEbwbxdM7jN3hTirRnpqtx4VyouQ== Message-ID: Date: Sat, 8 Jan 2022 12:15:50 +0100 MIME-Version: 1.0 Content-Language: en-US To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] Collectd: Stop tracking rtorrent, asterisk, java, and spamd processes 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" These are all not present on current IPFire versions, so there is no sense in letting collectd keeping track of them. Signed-off-by: Peter Müller Reviewed-by: Adolf Belka --- config/collectd/collectd.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/collectd/collectd.conf b/config/collectd/collectd.conf index 941c631c9..9270b01ae 100644 --- a/config/collectd/collectd.conf +++ b/config/collectd/collectd.conf @@ -73,11 +73,7 @@ include "/etc/collectd.precache" Process "charon" Process "openvpn" Process "qemu" - Process "rtorrent" Process "mpd" - Process "asterisk" - Process "java" - Process "spamd"