From f38f3374703b5a86709ce9edadf139c09b3cf3c6 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 17 Sep 2020 20:29:16 +0100 Subject: [PATCH] Configure server status URI for apache exporter --- cookbooks/apache/recipes/default.rb | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.2