Subversion Repositories configs

Rev

Rev 4 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 5
Line 25... Line 25...
25
 
25
 
26
# The name of the jail that this filter is used for. In jail.conf, name the 
26
# The name of the jail that this filter is used for. In jail.conf, name the 
27
# jail using this filter 'recidive', or change this line!
27
# jail using this filter 'recidive', or change this line!
28
_jailname = recidive
28
_jailname = recidive
29
 
29
 
30
failregex = ^(%(__prefix_line)s|,\d{3} fail2ban.actions:\s+)WARNING\s+\[(?!%(_jailname)s\])(?:.*)\]\s+Ban\s+<HOST>\s*$
30
failregex = ^(%(__prefix_line)s|,\d{3} fail2ban.actions%(__pid_re)s?:\s+)WARNING\s+\[(?!%(_jailname)s\])(?:.*)\]\s+Ban\s+<HOST>\s*$
31
 
31
 
32
# Author: Tom Hendrikx, modifications by Amir Caspi 
32
# Author: Tom Hendrikx, modifications by Amir Caspi