From 5249011cc0b8e52dc8b7c2f2d655404f738c7ebe Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 3 Jul 2023 14:08:05 +0100 Subject: [PATCH] Drop custom listen switch for apache exporter --- cookbooks/apache/recipes/default.rb | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5