From f5f434f846550e14abbb1244a71bd729e8f033b4 Mon Sep 17 00:00:00 2001 From: Ivo Truxa Date: Thu, 6 Feb 2014 00:22:05 +0100 Subject: [PATCH] removing the second failregex The second failregex was supposed to catch an error concerning an ACL denial over IPv6, but this message is no more generated by the nrpe version (v2.15) that introduced the IPv6 support, so the first failregex seems to be sufficient. --- config/filter.d/nagios.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/filter.d/nagios.conf b/config/filter.d/nagios.conf index 283aa987..0429d3ff 100644 --- a/config/filter.d/nagios.conf +++ b/config/filter.d/nagios.conf @@ -3,19 +3,15 @@ # typically logged in /var/log/messages syslog # - [INCLUDES] # Read syslog common prefixes before = common.conf - [Definition] _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 = - # DEV Notes: # # Author: Ivo Truxa - 2014/02/03