From: Stefan Schantl Date: Thu, 30 Aug 2018 13:12:29 +0000 (+0200) Subject: Enable threshold file in suricata.yaml X-Git-Tag: suricata-beta3~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd72c85eb8bb11978957dc39da8a5822715a5453;p=people%2Fstevee%2Fipfire-2.x.git 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 --- diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 54e7e519c0..6c1a7de000 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -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 ##