]> git.openstreetmap.org Git - chef.git/commitdiff
Update for changes in apache exporter
authorTom Hughes <tom@compton.nu>
Sat, 19 Sep 2020 14:48:16 +0000 (15:48 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 19 Sep 2020 14:48:16 +0000 (15:48 +0100)
cookbooks/apache/recipes/default.rb

index 6a429a41f28432811a00a41152593535f0759b8d..039b55fafb4dc8a6fc0f10b39ca56670db9ab74d 100644 (file)
@@ -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