]> git.openstreetmap.org Git - chef.git/commitdiff
Enable fail2ban munin plugin
authorTom Hughes <tom@compton.nu>
Fri, 6 Mar 2015 11:58:56 +0000 (11:58 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 6 Mar 2015 11:58:56 +0000 (11:58 +0000)
cookbooks/fail2ban/recipes/default.rb

index 0fdc6c9feee6af3d45675884d9e9316acfea8085..b06ea2a452d2ba2f213a92e632c0d6bbe5370474 100644 (file)
@@ -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"