]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/recipes/default.rb
Configure server status URI for apache exporter
[chef.git] / cookbooks / apache / recipes / default.rb
index f25806fcf4a870e0d9a6d2c97f0dee39bae5b325..e5f30a410855aea3fb4f6e87f0ddb4b8435fd721 100644 (file)
@@ -99,4 +99,5 @@ munin_plugin "apache_volume"
 prometheus_exporter "apache" do
   port 9117
   listen_switch "telemetry.address"
+  exporter_options "-scrape_uri http://localhost/server-status?auto"
 end