From patchwork Wed Mar 8 14:59:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6684 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 4PWwTc3JM3z3wkG for ; Wed, 8 Mar 2023 15:00:04 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PWwTY5S7tz1rm; Wed, 8 Mar 2023 15:00:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PWwTY3Bwrz30J0; Wed, 8 Mar 2023 15:00:01 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PWwTW5bcGz30GL for ; Wed, 8 Mar 2023 14:59:59 +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 4PWwTV1ZCSzKQ; Wed, 8 Mar 2023 14:59:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1678287598; 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; bh=9TD4knmnNjI2p0u02lqW1N+3qdU1w8IIoCszx6zGN/4=; b=4mG868LwtbF50sKsqKrp5XOMX0cMXKwO6nVU9NrZHNWQb9ohoN7JNBTFSUycAK9Ci0nlR/ WopLSFAynlxGrPCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1678287598; 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; bh=9TD4knmnNjI2p0u02lqW1N+3qdU1w8IIoCszx6zGN/4=; b=VWqgEpb7WOdmD2oZWiE5/Z39giV+qUrPQUqmz2GyONO2kRDSWgKFLZt2kI6VxX+CDbzFL+ 0CiRqUJjlFH8q3RFBQWPdJbDkhoC0AwJbWtiWJbalpaLcIuU2ymTe7nbZTmCQf+llXebRA mLsnRzM/c9U3dkrje4rMtuyMlMZV/5R1M+M4KWSfHtYHQ3xGZt4wbW8FDFOWJPmF9NMQjh YQWahhVfwjRUszb1A55IA5LVMJiUrWmIJ8wr2cygiMeHu7IHj48uvNtXQR2b3G50ynpPJE jwhMM9GahRuz0AYFw/C51hncCQZn8ofn26XC3HgKop7yFB9HJ2vCBMq3lLy4Tw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/2] log.dat: Fix bug#12922 - add HAProxy to System Log drop down list Date: Wed, 8 Mar 2023 15:59:54 +0100 Message-Id: <20230308145955.3567-1-adolf.belka@ipfire.org> MIME-Version: 1.0 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: , Cc: Michael Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes: Bug#12922 Suggested-by: Michael Tested-by: Michael Signed-off-by: Adolf Belka --- html/cgi-bin/logs.cgi/log.dat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat index fbc83f48d..d3f2599f8 100644 --- a/html/cgi-bin/logs.cgi/log.dat +++ b/html/cgi-bin/logs.cgi/log.dat @@ -60,6 +60,7 @@ my %sections = ( 'dhcp' => '(dhcpd: )', 'dma' => '(dma: |dma\[.*\]: |postfix/\w*\[\d*\]: )', 'guardian' => '(guardian\[.*\]: )', + 'haproxy' => '(haproxy\[.*?\]: )', 'ipblocklist' => '(ipblocklist: )', 'ipfire' => '(ipfire: )', 'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |charon: |vpnwatch: )', @@ -93,6 +94,7 @@ my %trsections = ( 'dhcp' => "$Lang::tr{'dhcp server'}", 'dma' => 'Mail', 'guardian' => "$Lang::tr{'guardian'}", + 'haproxy' => 'HAProxy', 'ipblocklist' => "$Lang::tr{'ipblocklist'}", 'ipfire' => 'IPFire', 'ipsec' => 'IPSec',