]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
log.dat: Added entry for 'guardian'
authorMatthias Fischer <matthias.fischer@ipfire.org>
Tue, 19 Jul 2016 18:17:11 +0000 (20:17 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 29 Jul 2016 11:19:14 +0000 (13:19 +0200)
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/logs.cgi/log.dat

index a8a7ba41ea5b8e189a452566ea2de2be8e76e24b..f954213371a56a4c02d9b9d1f91a644146f77001 100644 (file)
@@ -67,7 +67,8 @@ my %sections = (
         'pakfire' => '(pakfire:) ',
         'wireless' => '(hostapd:|kernel: ath.*:|kernel: wifi[0-9]:) ',
         'squid' => '(squid\[.*\]: |squid: )',
-        'snort' => '(snort\[.*\]: )'
+        'snort' => '(snort\[.*\]: )',
+        'guardian' => '(guardian\[.*\]: )'
         );
 
 # Translations for the %sections array.
@@ -90,7 +91,8 @@ my %trsections = (
         'pakfire' => 'Pakfire',
         'wireless' => 'Wireless',
         'squid' => "$Lang::tr{'web proxy'}",
-        'snort' => "$Lang::tr{'intrusion detection'}"
+        'snort' => "$Lang::tr{'intrusion detection'}",
+        'guardian' => "$Lang::tr{'guardian'}"
        );