From: Tom Hughes Date: Sat, 19 Sep 2020 14:48:16 +0000 (+0100) Subject: Update for changes in apache exporter X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2d068c38b3f6b57528e3ca137f99c50c7c14762a Update for changes in apache exporter --- 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