NagiosIncludeExcludeFilters.properties
log4j support for native nagios (nsca) integration
Brought to you by:
jarbaby
Hi All,
I'm struggling to get the filter working.
The path to my filter is: /usr/local/jboss-4.2.2.GA/server/test01/conf/NagiosIncludeExcludeFilters.properties
My log4J.xml cotains this line. <param name="PatternFilterFile" value="/usr/local/jboss-4.2.2.GA/server/test01/conf/NagiosIncludeExcludeFilters.properties"/>
I'm trying to filter al log entry: 2011-07-01 08:35:29,585 ERROR [org.jboss.seam.exception.Exceptions] handled and logged exception
In my filter i added the line: excludeFilter=(.*handled and logged exception.*)
I don't know whats the issue, any idea?