From a71bb89ccd908bf16678e9cc436c0d317eb8f5a3 Mon Sep 17 00:00:00 2001 From: Ivo Truxa Date: Mon, 3 Feb 2014 23:12:56 +0100 Subject: [PATCH] removing a dot (typo) The dot at the ignoregex did not belong there. Somehow it was added during the copying and pasting. Thanks for reporting it, I did not see it. Otherwise, empty ignoregexes are in all filters, and if they are missing, fail2ban client shows warnings when starting the filter, which I prefer avoiding. --- config/filter.d/nagios.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/nagios.conf b/config/filter.d/nagios.conf index d01769cc..283aa987 100644 --- a/config/filter.d/nagios.conf +++ b/config/filter.d/nagios.conf @@ -13,7 +13,7 @@ before = common.conf _daemon = nrpe failregex = ^%(__prefix_line)sHost is not allowed to talk to us!\s*$ = ^%(__prefix_line)sConnection from closed. We don't support AF_INET6 addreess family in ACL\s*$ -ignoreregex =. +ignoreregex = # DEV Notes: