#
include_recipe "fail2ban"
-include_recipe "munin"
include_recipe "prometheus"
include_recipe "ssl"
package %w[
apache2
libwww-perl
+ logrotate
]
%w[event itk prefork worker].each do |mpm|
end
fail2ban_filter "apache-evasive" do
- failregex "^Blacklisting address <ADDR>: possible DoS attack\.$"
+ failregex ": Blacklisting address <ADDR>: possible DoS attack\.$"
end
fail2ban_jail "apache-evasive" do