]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Enable threshold file in suricata.yaml
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 30 Aug 2018 13:12:29 +0000 (15:12 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 30 Aug 2018 13:12:29 +0000 (15:12 +0200)
Enable and specify the path to the threshold-file in the suricata.yaml,
otherwise the programm is trying to read it from a build-in default
location and prints the following error message:

Error opening file: "/etc/suricata//threshold.config": No such file or directory

Fixes #11837.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/suricata/suricata.yaml

index 54e7e519c0ab8c5f8206b3ca09174bd9d6b0bd36..6c1a7de000c991b116fa9f7e65b56b2474ac9435 100644 (file)
@@ -47,7 +47,7 @@ rule-files:
 
 classification-file: /var/lib/suricata/classification.config
 reference-config-file: /var/lib/suricata/reference.config
-threshold-file: /var/lib/suricata/threshold.config
+threshold-file: /var/lib/suricata/threshold.config
 
 
 ##