From: Tom Hughes Date: Mon, 3 Jul 2023 13:08:05 +0000 (+0100) Subject: Drop custom listen switch for apache exporter X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/5249011cc0b8e52dc8b7c2f2d655404f738c7ebe?hp=3bfdb78f8278981c5b056e31dfd55ff08c3f0aff Drop custom listen switch for apache exporter --- diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index 8f217d364..f47d500b5 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -99,6 +99,5 @@ munin_plugin "apache_volume" prometheus_exporter "apache" do port 9117 - listen_switch "telemetry.address" options "--scrape_uri=http://localhost/server-status?auto" end