X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/aeaa46f3071de018b5c5e0f5678cb5b4082e3ddc..6e6c202fb499804fcd80caf01e2d6a19564b80bb:/cookbooks/fail2ban/recipes/default.rb diff --git a/cookbooks/fail2ban/recipes/default.rb b/cookbooks/fail2ban/recipes/default.rb index e0e8e2372..3ad626ff0 100644 --- a/cookbooks/fail2ban/recipes/default.rb +++ b/cookbooks/fail2ban/recipes/default.rb @@ -18,6 +18,7 @@ # include_recipe "munin" +include_recipe "prometheus" package "fail2ban" @@ -42,3 +43,7 @@ service "fail2ban" do end munin_plugin "fail2ban" + +prometheus_exporter "fail2ban" do + port 9635 +end