From 3299fcbfdf657aa8ce1fdf4f1c63dbe4433d81a7 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 31 Oct 2019 23:32:01 +0000 Subject: [PATCH] nginx: add libwww-perl req by munin nginx --- cookbooks/nginx/recipes/default.rb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.43.2