guardian.cgi: Fix path to snort alert file.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2016-07-29 13:16:11 +02:00
parent 5cbfa0140c
commit dadee76d7b

View 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",
);