From: Tom Hughes Date: Thu, 17 Sep 2020 19:29:16 +0000 (+0100) Subject: Configure server status URI for apache exporter X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/f38f3374703b5a86709ce9edadf139c09b3cf3c6 Configure server status URI for apache exporter --- diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index f25806fcf..e5f30a410 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -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