]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
logs.cgi/ids.dat: Do not call the IDS snort again
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 7 Feb 2019 08:00:35 +0000 (09:00 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 7 Feb 2019 08:00:35 +0000 (09:00 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/logs.cgi/ids.dat
langs/de/cgi-bin/de.pl
langs/en/cgi-bin/en.pl

index 21737511f8bc2ad7e17c7a59878ac9f2d586404b..e374f5711d32e28e7819e126fcb0e1b82d55fc5e 100644 (file)
@@ -157,7 +157,7 @@ if ($multifile) {
 if ($cgiparams{'ACTION'} eq $Lang::tr{'export'})
 {
        print "Content-type: text/plain\n\n";
-       print "IPFire IDS snort log\r\n";
+       print "IPFire IPS log\r\n";
        print "Date: $cgiparams{'DAY'} $longmonths[$cgiparams{'MONTH'}]\r\n"; 
        print "\r\n";
 
@@ -254,7 +254,7 @@ END
 &Header::closebox();
 
 &Header::openbox('100%', 'left', $Lang::tr{'log'});
-print "<p><b>$Lang::tr{'snort hits'} $longmonthstr $daystr: $lines</b></p>";
+print "<p><b>$Lang::tr{'ids log hits'} $longmonthstr $daystr: $lines</b></p>";
 
 if ($start == -1) {
         $start = $lines - ${Header::viewsize}; }
index edf0a078c2375edc47c046a5614bc42ffedfd51f..54c85a64e32090464e43466a4681dcf0ee262e89 100644 (file)
 'ids enable' => 'Intrusion-Prevention-System aktivieren',
 'ids download new ruleset' => 'Das neue Regelset wird heruntergeladen und entpackt ... Bitte warten Sie, bis dieser Vorgang erfolgreich beendet wurde.',
 'ids log viewer' => 'Ansicht IPS-Protokoll',
+'ids log hits' => 'Gesamtanzahl der aktivierten Regeln für',
 'ids logs' => 'IPS-Protokolldateien',
 'ids monitored interfaces' => 'Überwachte Netzwerkzonen',
 'ids monitor traffic only' => 'Netzwerk-Pakete nur überpfrüfen',
index 5218bc34e333aebafc5e965d3e5f2030501df247..8ce7036202d7c517f887fe88d9776ca36120c441 100644 (file)
 'ids download new ruleset' => 'Downloading and unpacking new ruleset ... Please wait until all operations have completed successfully.',
 'ids enable' => 'Enable Intrusion Prevention System',
 'ids hide' => 'Hide',
+'ids log hits' => 'Total of number of activated rules for',
 'ids log viewer' => 'IPS log viewer',
 'ids logs' => 'IPS Logs',
 'ids monitored interfaces' => 'Monitored interfaces',