From c77bd4923503e58fc2429ffed5e377132394e7a4 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 19 Dec 2017 11:57:19 +0100 Subject: [PATCH] logs.cgi/log.dat: Add support for oinkmaster This will allow to display the logged output of oinkmaster via the webinterface. Signed-off-by: Stefan Schantl --- 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 f241365a18..71f0502e64 100644 --- a/html/cgi-bin/logs.cgi/log.dat +++ b/html/cgi-bin/logs.cgi/log.dat @@ -63,6 +63,7 @@ my %sections = ( 'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |charon: |vpnwatch: )', 'kernel' => '(kernel: (?!DROP_))', 'ntp' => '(ntpd(?:ate)?\[.*\]: )', + 'oinkmaster' => '(oinkmaster:)', 'openvpn' => '(openvpnserver\[.*\]: |.*n2n\[.*\]: )', 'pakfire' => '(pakfire:)', 'red' => '(red:|pppd\[.*\]: |chat\[.*\]|pppoe\[.*\]|pptp\[.*\]|pppoa\[.*\]|pppoa3\[.*\]|pppoeci\[.*\]|ipppd|ipppd\[.*\]|kernel: ippp\d|kernel: isdn.*|ibod\[.*\]|dhcpcd\[.*\]|modem_run\[.*\])', @@ -90,6 +91,7 @@ my %trsections = ( 'ipsec' => 'IPSec', 'kernel' => "$Lang::tr{'kernel'}", 'ntp' => 'NTP', + 'oinkmaster' => 'Oinkmaster', 'openvpn' => 'OpenVPN', 'pakfire' => 'Pakfire', 'red' => 'RED', -- 2.39.5