aboutsummaryrefslogtreecommitdiff
path: root/company/fail2ban-files/jail.d/30_example-max3.jail
blob: 6ca7781a003372603e7b9b069a99b0af6e7149d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ansible controlled filename: /etc/fail2ban/jail.d/30_example-max3.jail
# Source: ansible bgstack15-fail2ban/files/example-max3.jail
# Date: 2016-07-12
# Reference: example-blns.jail
# NOTE: This file is managed via Ansible: manual changes will be lost

[example-max3]
enabled  = true
action   = iptables-allports
          sendmail[name=examplemax3, dest=linuxadmin@example.com]
filter   = 30_example-max3
logpath = /var/log/httpd/access_log
          /var/log/httpd/error_log
          /var/log/httpd/ssl_access_log
          /var/log/httpd/ssl_error_log
          /var/log/apache2/access_log
          /var/log/apache2/error_log
          /var/log/apache2/ssl_access_log
          /var/log/apache2/ssl_error_log
maxretry = 3
bantime  = 86400
bgstack15