X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f38f3374703b5a86709ce9edadf139c09b3cf3c6..6270f0b685e414b82dd311ad99fe4df0c3e2bfd6:/cookbooks/apache/recipes/default.rb?ds=inline diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index e5f30a410..d443f1e40 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -99,5 +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" + options "--scrape_uri=http://localhost/server-status?auto" end