From c871e3f1f583dc2ac5cfb5dd9c39f069831c09c4 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 4 Jul 2016 19:02:45 +0100 Subject: [PATCH] Install hpricot gem for API munin plugins --- cookbooks/web/recipes/rails.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index 6b23cf30a..7f025493b 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -112,6 +112,8 @@ service "api-statistics" do subscribes :restart, "template[/etc/init.d/api-statistics]" end +gem_package "hpricot" + munin_plugin "api_calls_status" munin_plugin "api_calls_num" -- 2.43.2