X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/23625cd0d600a296caa1135c26385f69733741c6..2a650836a9193a6cf0d4ef6eec650925fd5acebe:/cookbooks/nginx/recipes/default.rb diff --git a/cookbooks/nginx/recipes/default.rb b/cookbooks/nginx/recipes/default.rb index 085428583..bc7637609 100644 --- a/cookbooks/nginx/recipes/default.rb +++ b/cookbooks/nginx/recipes/default.rb @@ -53,15 +53,11 @@ service "nginx" do subscribes :restart, "template[/etc/nginx/nginx.conf]" end -munin_plugin_conf "nginx" do - template "munin.erb" +# FIXME: Remove purge post munin removal +package "libwww-perl" do + action :purge end -package "libwww-perl" - -munin_plugin "nginx_request" -munin_plugin "nginx_status" - prometheus_exporter "nginx" do port 9113 options "--nginx.scrape-uri=http://localhost:8050/nginx_status"