From ebcef210374652b9ba99f5c325c022f273d5bf9e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 6 Mar 2015 11:58:56 +0000 Subject: [PATCH] Enable fail2ban munin plugin --- cookbooks/fail2ban/recipes/default.rb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.43.2