aboutsummaryrefslogtreecommitdiff
path: root/company.example/fail2ban-files/jail.d/20_example-blns.jail
blob: eb1d1c908c3aa49731bb63fce67cf52edd33ff3e (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/20_example-blns.jail
# Source: ansible bgstack15-fail2ban/files/example-blns.jail
# Date: 2016-04-19
# Reference: 
# NOTE: This file is managed via Ansible: manual changes will be lost

[example-blns]
enabled  = true
action   = iptables-allports
          sendmail[name=exampleblns, dest=linuxadmin@example.com]
filter   = 20_example-blns
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 = 1
bantime  = 86400
bgstack15