From: Tom Hughes Date: Mon, 4 Jul 2016 18:02:45 +0000 (+0100) Subject: Install hpricot gem for API munin plugins X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c871e3f1f583dc2ac5cfb5dd9c39f069831c09c4 Install hpricot gem for API munin plugins --- 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"