mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
logs.cgi/log.dat: Change search pattern from snort to suricata
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -67,7 +67,7 @@ my %sections = (
|
||||
'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\[.*\])',
|
||||
'snort' => '(snort\[.*\]: )',
|
||||
'suricata' => '(suricata\[.*\]: )',
|
||||
'squid' => '(squid\[.*\]: |squid: )',
|
||||
'ssh' => '(sshd(?:\(.*\))?\[.*\]: )',
|
||||
'unbound' => '(unbound: \[.*:.*\])(.*:.*$)',
|
||||
@@ -95,7 +95,7 @@ my %trsections = (
|
||||
'openvpn' => 'OpenVPN',
|
||||
'pakfire' => 'Pakfire',
|
||||
'red' => 'RED',
|
||||
'snort' => "$Lang::tr{'intrusion detection'}",
|
||||
'suricata' => "$Lang::tr{'intrusion detection'}",
|
||||
'squid' => "$Lang::tr{'web proxy'}",
|
||||
'ssh' => 'SSH',
|
||||
'unbound' => 'DNS: Unbound',
|
||||
|
||||
Reference in New Issue
Block a user