X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/33fac7ef0fff52afcae627d84371f565671ebd3c..e2516034fe6195242b3cbf966736149b92adb7a0:/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"