X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/bcb4d1730c1866f97443ab702ef157fe20f31ac5..241fcb72fc59ac141ed78e05f56b6b3f291da88e:/cookbooks/taginfo/recipes/default.rb diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index 613fe7d1d..818561930 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -24,6 +24,7 @@ include_recipe "apache" include_recipe "git" include_recipe "passenger" include_recipe "planet::current" +include_recipe "prometheus" include_recipe "ruby" package %w[ @@ -219,4 +220,11 @@ node[:taginfo][:sites].each do |site| service "taginfo-update@#{site_name}.timer" do action [:enable, :start] end + + prometheus_collector "taginfo-#{site_name}" do + interval "15m" + user "taginfo" + path "#{directory}/taginfo/sources/metrics.rb" + options "#{directory}/data" + end end