X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f24e766d33bd33ed6f4557b2998674453e9c1fe2..d0df16b1ad827a1bf5be089798db8ceadb737196:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index 8f217d364..4d91da140 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -97,8 +97,14 @@ munin_plugin "apache_accesses" munin_plugin "apache_processes" munin_plugin "apache_volume" +template "/var/lib/prometheus/node-exporter/apache.prom" do + source "apache.prom.erb" + owner "root" + group "root" + mode "644" +end + prometheus_exporter "apache" do port 9117 - listen_switch "telemetry.address" options "--scrape_uri=http://localhost/server-status?auto" end