Enable threshold file in suricata.yaml

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>
This commit is contained in:
Stefan Schantl
2018-08-30 15:12:29 +02:00
parent 762a33f17c
commit fd72c85eb8

View 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
##