X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/33fac7ef0fff52afcae627d84371f565671ebd3c..39518cb00f61747ddb4c67b9dae57933b1ae9d8b:/cookbooks/fail2ban/recipes/default.rb diff --git a/cookbooks/fail2ban/recipes/default.rb b/cookbooks/fail2ban/recipes/default.rb index 060251680..a218eb580 100644 --- a/cookbooks/fail2ban/recipes/default.rb +++ b/cookbooks/fail2ban/recipes/default.rb @@ -17,13 +17,13 @@ # limitations under the License. # -include_recipe "munin" include_recipe "prometheus" package %w[ fail2ban python3-systemd ruby-webrick + logrotate ] if platform?("debian") @@ -52,8 +52,6 @@ service "fail2ban" do action [:enable, :start] end -munin_plugin "fail2ban" - prometheus_exporter "fail2ban" do port 9635 user "root"