From: Grant Slater Date: Thu, 31 Oct 2019 23:32:01 +0000 (+0000) Subject: nginx: add libwww-perl req by munin nginx X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3299fcbfdf657aa8ce1fdf4f1c63dbe4433d81a7 nginx: add libwww-perl req by munin nginx --- diff --git a/cookbooks/nginx/recipes/default.rb b/cookbooks/nginx/recipes/default.rb index ade13504d..ae6fb2362 100644 --- a/cookbooks/nginx/recipes/default.rb +++ b/cookbooks/nginx/recipes/default.rb @@ -55,5 +55,7 @@ munin_plugin_conf "nginx" do template "munin.erb" end +package "libwww-perl" + munin_plugin "nginx_request" munin_plugin "nginx_status"