From: Tom Hughes Date: Fri, 6 Mar 2015 11:58:56 +0000 (+0000) Subject: Enable fail2ban munin plugin X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ebcef210374652b9ba99f5c325c022f273d5bf9e?hp=1ad93f26f5dcaddb3c1d631e70ee431163017455 Enable fail2ban munin plugin --- diff --git a/cookbooks/fail2ban/recipes/default.rb b/cookbooks/fail2ban/recipes/default.rb index 0fdc6c9fe..b06ea2a45 100644 --- a/cookbooks/fail2ban/recipes/default.rb +++ b/cookbooks/fail2ban/recipes/default.rb @@ -32,3 +32,5 @@ service "fail2ban" do supports :status => true, :reload => true, :restart => true subscribes :reload, "template[/etc/fail2ban/jail.local]" end + +munin_plugin "fail2ban"