]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
guardian.cgi: Fix path to snort alert file.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 29 Jul 2016 11:16:11 +0000 (13:16 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 29 Jul 2016 11:19:14 +0000 (13:19 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/guardian.cgi

index cbacdb5f584596cff1065bedc13a6b5b69ca129b..9d044fe7566e1941b692bec89571537395a988ed 100644 (file)
@@ -53,7 +53,7 @@ my $ignorefile ='/var/ipfire/guardian/guardian.ignore';
 my %module_file_locations = (
        "HTTPD" => "/var/log/httpd/error_log",
        "OWNCLOUD" => "/var/owncloud/data/owncloud.log",
-       "SNORT" => "/var/log/snort.alert",
+       "SNORT" => "/var/log/snort/alert",
        "SSH" => "/var/log/messages",
 );