logs.cgi: add "charon" to ipsec section.

This commit is contained in:
Arne Fitzenreiter
2011-05-21 20:57:57 +02:00
parent 6f52b3df16
commit 32c21db1c4
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ var/ipfire/backup/bin/backup.pl
srv/web/ipfire/cgi-bin/backup.cgi
srv/web/ipfire/cgi-bin/extrahd.cgi
srv/web/ipfire/cgi-bin/ids.cgi
srv/web/ipfire/cgi-bin/logs.cgi/log.dat
srv/web/ipfire/cgi-bin/ovpnmain.cgi
srv/web/ipfire/cgi-bin/pppsetup.cgi
srv/web/ipfire/cgi-bin/proxy.cgi

View File

@@ -60,7 +60,7 @@ my %sections = (
'ssh' => '(sshd(?:\(.*\))?\[.*\]: )',
'auth' => '(\w+\(pam_unix\)\[.*\]: )',
'kernel' => '(kernel: (?!DROP_))',
'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |vpnwatch: )',
'ipsec' => '(ipsec_[\w_]+: |pluto\[.*\]: |charon\[.*\]: |vpnwatch: )',
'openvpn' => '(openvpnserver)\[.*\]: ',
'pakfire' => '(pakfire:) ',
'wireless' => '(hostapd:|kernel: ath.*:|kernel: wifi[0-9]:) '