mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Patch 'log.dat' to show 'monit' messages in system logs
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Acked-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
e8c75ca765
commit
0b2aa5173d
@@ -62,6 +62,7 @@ my %sections = (
|
||||
'ipfire' => '(ipfire: )',
|
||||
'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |charon: |vpnwatch: )',
|
||||
'kernel' => '(kernel: (?!DROP_))',
|
||||
'monit' => '(monit\[.*\]: )',
|
||||
'ntp' => '(ntpd(?:ate)?\[.*\]: )',
|
||||
'oinkmaster' => '(oinkmaster\[.*\]: )',
|
||||
'openvpn' => '(openvpnserver\[.*\]: |.*n2n\[.*\]: )',
|
||||
@@ -91,6 +92,7 @@ my %trsections = (
|
||||
'ipfire' => 'IPFire',
|
||||
'ipsec' => 'IPSec',
|
||||
'kernel' => "$Lang::tr{'kernel'}",
|
||||
'monit' => 'Monit',
|
||||
'ntp' => 'NTP',
|
||||
'oinkmaster' => 'Oinkmaster',
|
||||
'openvpn' => 'OpenVPN',
|
||||
|
||||
Reference in New Issue
Block a user