Subversion Repositories configs

Rev

Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 34
Line 19... Line 19...
19
# common.local
19
# common.local
20
before = common.conf
20
before = common.conf
21
 
21
 
22
[Definition]
22
[Definition]
23
 
23
 
24
_daemon = fail2ban\.actions
24
_daemon = fail2ban\.actions\s*
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%(__pid_re)s?:\s+)WARNING\s+\[(?!%(_jailname)s\])(?:.*)\]\s+Ban\s+<HOST>\s*$
30
failregex = ^(%(__prefix_line)s| %(_daemon)s%(__pid_re)s?:\s+)NOTICE\s+\[(?!%(_jailname)s\])(?:.*)\]\s+Ban\s+<HOST>\s*$
-
 
31
 
-
 
32
ignoreregex = 
-
 
33
 
-
 
34
[Init]
-
 
35
 
-
 
36
journalmatch = _SYSTEMD_UNIT=fail2ban.service PRIORITY=5
31
 
37
 
32
# Author: Tom Hendrikx, modifications by Amir Caspi 
38
# Author: Tom Hendrikx, modifications by Amir Caspi