X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/44961f1f6b5a7cd573ebf463ed66f12b5dba226b..794cc957324de66edab45373053be3e601090f1f:/cookbooks/fail2ban/recipes/default.rb diff --git a/cookbooks/fail2ban/recipes/default.rb b/cookbooks/fail2ban/recipes/default.rb index 060251680..216572989 100644 --- a/cookbooks/fail2ban/recipes/default.rb +++ b/cookbooks/fail2ban/recipes/default.rb @@ -17,7 +17,6 @@ # limitations under the License. # -include_recipe "munin" include_recipe "prometheus" package %w[ @@ -52,8 +51,6 @@ service "fail2ban" do action [:enable, :start] end -munin_plugin "fail2ban" - prometheus_exporter "fail2ban" do port 9635 user "root"