X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ffb376437e213e0ff904e22482f10b539519a521..2f921f3394c98b5168666d68449d67e337c90993:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index 5ab1b21ee..f25806fcf 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -18,6 +18,7 @@ # include_recipe "munin" +include_recipe "prometheus" include_recipe "ssl" package %w[ @@ -94,3 +95,8 @@ end munin_plugin "apache_accesses" munin_plugin "apache_processes" munin_plugin "apache_volume" + +prometheus_exporter "apache" do + port 9117 + listen_switch "telemetry.address" +end