* [PATCH] log.dat: Fixes bug#12950 - adding apcupsd to system logs list
@ 2023-02-21 13:55 Adolf Belka
2023-02-22 9:52 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2023-02-21 13:55 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1144 bytes --]
- Patch tested out on my production system that has apcupsd running on it. APCUPS was
in the list of options in the system logs and entries from apcupsd were extracted
correctly in the wui.
Fixes: Bug#12950
Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
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 5fb1fcd5d..bf71b3c9f 100644
--- a/html/cgi-bin/logs.cgi/log.dat
+++ b/html/cgi-bin/logs.cgi/log.dat
@@ -49,6 +49,7 @@ $cgiparams{'ACTION'} = '';
$cgiparams{'SECTION'} = 'ipfire';
my %sections = (
+ 'apcupsd' => '(apcupsd\[.*?\]: )',
'auth' => '(\w+\(pam_unix\)\[.*\]: )',
'wio' => '(wio:|wio\[.*\])',
'captive' => '(Captive:)',
@@ -81,6 +82,7 @@ my %sections = (
# Translations for the %sections array.
my %trsections = (
+ 'apcupsd' => 'APCUPS',
'auth' => "$Lang::tr{'loginlogout'}",
'wio' => 'Who Is Online?',
'captive' => $Lang::tr{'Captive'},
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] log.dat: Fixes bug#12950 - adding apcupsd to system logs list
2023-02-21 13:55 [PATCH] log.dat: Fixes bug#12950 - adding apcupsd to system logs list Adolf Belka
@ 2023-02-22 9:52 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2023-02-22 9:52 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1338 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 21 Feb 2023, at 13:55, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> - Patch tested out on my production system that has apcupsd running on it. APCUPS was
> in the list of options in the system logs and entries from apcupsd were extracted
> correctly in the wui.
>
> Fixes: Bug#12950
> Tested-by: Adolf Belka <adolf.belka(a)ipfire.org>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> 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 5fb1fcd5d..bf71b3c9f 100644
> --- a/html/cgi-bin/logs.cgi/log.dat
> +++ b/html/cgi-bin/logs.cgi/log.dat
> @@ -49,6 +49,7 @@ $cgiparams{'ACTION'} = '';
> $cgiparams{'SECTION'} = 'ipfire';
>
> my %sections = (
> + 'apcupsd' => '(apcupsd\[.*?\]: )',
> 'auth' => '(\w+\(pam_unix\)\[.*\]: )',
> 'wio' => '(wio:|wio\[.*\])',
> 'captive' => '(Captive:)',
> @@ -81,6 +82,7 @@ my %sections = (
>
> # Translations for the %sections array.
> my %trsections = (
> + 'apcupsd' => 'APCUPS',
> 'auth' => "$Lang::tr{'loginlogout'}",
> 'wio' => 'Who Is Online?',
> 'captive' => $Lang::tr{'Captive'},
> --
> 2.39.2
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-22 9:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 13:55 [PATCH] log.dat: Fixes bug#12950 - adding apcupsd to system logs list Adolf Belka
2023-02-22 9:52 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox