From 2d068c38b3f6b57528e3ca137f99c50c7c14762a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 19 Sep 2020 15:48:16 +0100 Subject: [PATCH] Update for changes in apache exporter --- cookbooks/apache/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index 6a429a41f..039b55faf 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -101,5 +101,5 @@ prometheus_exporter "apache" do version "0.8.0" port 9117 listen_switch "telemetry.address" - options "-scrape_uri http://localhost/server-status?auto" + options "--scrape_uri=http://localhost/server-status?auto" end -- 2.45.1