]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/recipes/default.rb
Merge remote-tracking branch 'tigerfell/pr257'
[chef.git] / cookbooks / fail2ban / recipes / default.rb
index e0e8e2372748a3d581a357b824972ad4f8bc52ae..ca03d37d688ee97e734d6a7ed1cac876ce2b06fa 100644 (file)
 #
 
 include_recipe "munin"
+include_recipe "prometheus"
 
-package "fail2ban"
+package %w[
+  fail2ban
+  ruby-webrick
+]
 
 template "/etc/fail2ban/jail.d/00-default.conf" do
   source "jail.default.erb"
@@ -42,3 +46,7 @@ service "fail2ban" do
 end
 
 munin_plugin "fail2ban"
+
+prometheus_exporter "fail2ban" do
+  port 9635
+end